Search found 1 match
- Tue Sep 24, 2024 4:33 am
- Forum: General Discussion
- Topic: ESP32 - Variables after Deep Sleep
- Replies: 2
- Views: 1045
ESP32 - Variables after Deep Sleep
Hello all, I'm new and playing around with deep sleep on an ESP32-S3. The first time I run my code, everything goes as planned. After the device sleeps, however, I never get to the i = 0 condition so the device will no longer print "Just woke up!" Does anyone know why this may be? Thank you! #includ...