Search found 1 match
- Tue Aug 11, 2020 7:35 am
- Forum: ESP32 Arduino
- Topic: Reboot in timer
- Replies: 3
- Views: 3828
Reboot in timer
Hello everyone, I need some help regarding the timer in ESP32. When I activated the timer3 and read a value from a digital sensor, the ESP32 reboot by itself everytime. Below is the part of the code. #include <setjmp.h> #include <actuatorsESP32.h> #include <PISO.h> #define divPin 17 PISO p; jmp_buf ...