QUERY · ISSUE
Disabling REPL on ESP32
port-esp32
Can we disable REPL on ESP32 for security purposes?
I don't want the main.py to be accessed through REPL.
CANDIDATE · PULL REQUEST
disable repl for esp32
port-esp32
Here's how I do to disable REPL on ESP32 for security purposes,I don't want the main.py to be accessed through REPL。Please check if it'ok to do it this way!