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 · ISSUE
esp8266: Disabling REPL on UART
enhancementport-esp8266
Hey there people!
I have an esp8266 board (nodeMCU, lolin v3) and I want to use the UART GPIOs to read from a CO2 sensor, but REPL is using it. Is there any way to stop REPL, so I can release UART GPIOs for my own software?
Thanks in advance!
Best Regards.