pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
197 stars 167 forks source link

Remove wake-on-boot argument parsing causing errors #486

Open ryanjdillon opened 3 years ago

ryanjdillon commented 3 years ago

Problem

I could not set the WIFI ssid or password after flashing the firmware on my LoPy4, as the updater script would fail when it attempted to handle an argument that was commented out.

Solution