micropython / micropython/micropython
Disabling REPL on ESP32
Open
Nobody has claimed this yet.
port-esp32
- Dominant language
- C
- Stars
- 22.1k
- Forks
- 9k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 16
Description
Can we disable REPL on ESP32 for security purposes?
I don't want the main.py to be accessed through REPL.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining how the ESP32 REPL exposes main.py and what security behavior the request requires. Define a clear supported way to disable REPL access and verify that main.py is no longer accessible through it; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, python
- Domain
- embedded-iot, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100