Hello everyone,
I've been working on an ESP32 project for a while and everything was working fine, using a round LCD display :
I am using these ESP32:
Everything was working as expected, but then all of a sudden when I upload my code, nothing executes on the ESP32. Upload goes fine without any error/warning. Serial monitor is empty (while I previously did get my debug lines there).
Interestingly, now both red an blue LEDs are on on the board, while previously when the code was running fine, I only had the red (power) LED on.
I've tried coming back to a simpler code (blink), same behaviour : code uploads, but no execution. I've tried changing the ESP32 board, same behavior as well.
This is very weird as I did not change anything in my code or the upload procedure, yet I can't get the thing to work any longer 2mn later...
Would you have any idea / pointers?
Thank you in advance!