Please include the following information when submitting a bug report:
Board: GPy, FiPy
Firmware 1.20.2.r1
When I do a 'soft reset' the machine.reset_cause() function returns a 2, which is the constant assigned to machine.WDT_RESET. machine.SOFT_RESET = 4. So either the function returns the wrong value, or the constants are incorrect.
Please include the following information when submitting a bug report:
Board: GPy, FiPy Firmware 1.20.2.r1
When I do a 'soft reset' the machine.reset_cause() function returns a 2, which is the constant assigned to machine.WDT_RESET. machine.SOFT_RESET = 4. So either the function returns the wrong value, or the constants are incorrect.