The boot.py script should be able to take this file and extract the correct information where after it would setup the network and connect to an potential router.
If nothing is passed default to access point instead of station
Fixed by cad46b13a2637b2beccdc143b62eee279b7c9e3c
Upload the WiFi.JSON file from the config folder to the root of target, and the boot should automatically read the file and connect to the network
Create something that can connect to a specified wifi network. The WiFi information should be stored in a JSON format like this:
The boot.py script should be able to take this file and extract the correct information where after it would setup the network and connect to an potential router.
If nothing is passed default to access point instead of station