Hello everyone,
I am facing a weird issue. The MCU execute a false condition. Here is the use case:
The Tools:
1- Using ES32-S3 MCU
2- Arduino IDE 1.8.19
The use case:
- Waking up the ESP32 MCU from sleep mode by button pressing. The MCU check an "if" statement, if the variable is false it should execute the body of "if" otherwise no. What happening is, Although the variable is true, the "if" body is being executed.
I attached a log depicts the variable value before and after "if".
appreciate your help!
thanks
