Open gpiot001 opened 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
Please include the following information when submitting a bug report:
The Pycom board you are using FIPY (2 NOS). Firmware: 1.20.2.r4 Pybytes: 1.6.1
Exact steps to cause this issue
need help with restoring fipys to original factory settings.
Thank you!