Search found 1 match
- Thu Mar 17, 2022 1:54 pm
- Forum: General Discussion
- Topic: ESP32 reboot when using wifi and timer iterrupt
- Replies: 1
- Views: 1128
ESP32 reboot when using wifi and timer iterrupt
Hello community :) I try to send via UDP data from my ESP32 to my laptop. Sending the data in the loop()-fuction works without any problems. Now I want to send the data using an interrupt fuction (timer based). void IRAM_ATTR onTimer() { Serial.println("test"); if(connected){ //Send a packet udp.beg...