Build environment: macOS, Windows, or Linux
Moddable SDK version: 8.2.3
Target device: M5stackCores3
Steps to Reproduce
- Build and install the app using this build command:
mcconfig -d -m -p esp32/m5stack_cores3 ssid=... password=...
Other information
When the Wi-Fi connection fails, no further state changes occur, so the WiFi instance should be closed and done() should be called to terminate the process.
https://github.com/Moddable-OpenSource/moddable/blob/public/build/devices/esp32/setup/network.js#L38-L39
Build environment: macOS, Windows, or Linux
Moddable SDK version: 8.2.3
Target device: M5stackCores3
Steps to Reproduce
mcconfig -d -m -p esp32/m5stack_cores3 ssid=... password=...Other information
When the Wi-Fi connection fails, no further state changes occur, so the WiFi instance should be closed and done() should be called to terminate the process.
https://github.com/Moddable-OpenSource/moddable/blob/public/build/devices/esp32/setup/network.js#L38-L39