pycom / pycom-micropython-sigfox

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

*Py: boot.py and main.py not executed at boot time #86

Closed robert-hh closed 6 years ago

robert-hh commented 6 years ago

The new version 1.9.1b1 does not execute boot.py and main.py any more on boot. It seems that the variable safeboot is always considered as True. As test, I have set safeboot to 0 at line 227 in mptask.c. Then both scripts are executed. I tested with two devices (WiPy and LoPy), and also erased flash for a clean initial state.

robert-hh commented 6 years ago

Confirmed as fixed, Thanks