Replies: 1 comment 1 reply
-
It is a standardl Esp32-S3 so your sketch is stored in flash memory which will not be lost when power is switched off. Normal Arduino sketches do start when device is powered. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
Newbee for ESP23 here. Using this board:
https://github.com/Xinyuan-LilyGO/T-Display-S3
Board setting 'ESP32 S3 DEV'
I'm using Arduino IDE to write code. Once I have uploaded code and it works it is not starting again after power-cycle. I am familiar with arduino and adafruit feather in same IDE where uploaded code is persistent after power-cycle.
Is there a setting in IDE to make uploaded code reside into eeprom and launch after power-cycle? (for this board?)
And for sure that needs to be reversible to change code. I don't want this to be a oneway road. :-)
Thanks,
Gert
Beta Was this translation helpful? Give feedback.
All reactions