instruction esp_now_send
causes ESP8266MOD to crash due to hardware watchdog reset
#8989
Open
6 tasks done
Basic Infos
Platform
Settings in IDE
Problem Description
Using instruction
esp_now_send
causes ESP8266MOD to crash due to hardware watchdog reset.I also found a workaround for that, that is to setup the GPIO16 as OUTPUT during setup (i.e.
pinMode(16, OUTPUT)
), but I don't realize why this happens and how this could be related toesp_now_send
instruction.MCVE Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: