module documentation

Wi-Fi Interface Module

This acts as wrapper for the standard micropython network/wi-fi functions.

Network configuration and connection credentials are held in

/conf/wifi.json

Example content:

{"country": "myCountry", "ssid": "mySSID", "password": "myPassword", "hostname":"myHostName"}

All entries are mandatory. Order is not significant. Alter myxxxxx to match the required configuration.

Class WiFi WiFi Connection