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

FIPY LED / HEART BEAT ISSUE , need to restore it to original factory settings. #537

Open gpiot001 opened 3 years ago

gpiot001 commented 3 years ago
fipy_hb

Please include the following information when submitting a bug report:

need help with restoring fipys to original factory settings.

Thank you!

gijsio commented 3 years ago

Hi, To restore the hearbeat, you can use

import pycom
pycom.heartbeat_on_boot(True)
#or
pycom.heartbeat(True)

Unfortunately the settings in the firmware updater do not reset the device exactly to factory settings, though if you have no issues with the firmware update itself, you can assume the device is fully operational