Skip to content
Discussion options

You must be logged in to vote

We'll need more information to have any hope of diagnosing this:

  • What type of ESP32 - specific board type.
  • Type of sensor and driver in use.
  • Pin allocations.
  • What display driver are you using?
  • Code.

If all the code is Python you should not need to re-flash the firmware. The best way to develop is to have the code started by a single module - let's say my_code.py. You can test it by issuing

>>> import my_code

When it's debugged and you want it to run on power up, edit main.py to do the import.

That way you should never need to re-flash: a hard reset or power cycle should always get you back to the REPL.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@donskytech
Comment options

Answer selected by donskytech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants