The current config setup doesn't consider a Wi-Fi connection. It should probably be put in the CollectorConfig section of the config file. In terms of initializing it, will probably need to find out which micropython libraries are used for that, and also skipping the wi-fi initialization if it isn't micropython (as a regular raspberry pi won't need to configure wi-fi within this program)
The current config setup doesn't consider a Wi-Fi connection. It should probably be put in the
CollectorConfigsection of the config file. In terms of initializing it, will probably need to find out which micropython libraries are used for that, and also skipping the wi-fi initialization if it isn't micropython (as a regular raspberry pi won't need to configure wi-fi within this program)