EEZ Studio loop works in simulation but not on ESP32 hardware #903
Unanswered
ibrahimkhalil2000hamid-debug
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Most probably you forgot to call |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community,
I'm facing an issue with an EEZ Studio project. I've implemented a loop that should:
Increase a needle value to 80 when a start button is pressed
Then decrease it back down
The simulation in EEZ Studio works perfectly. I can see the needle moving as expected on my PC. However, after exporting the code and uploading it to my ESP32 elecrow display, the start button press doesn't trigger any action. The needle remains static.
Has anyone encountered similar issues with EEZ Studio code generation for ESP32? Any suggestions on what might be causing this hardware/software mismatch?
Hardware: crowpanel elecrow 7 inch display
EEZ Studio version: 0.24.0
Beta Was this translation helpful? Give feedback.
All reactions