Updated Securing a MicroPython System (markdown)
parent
ddbed4165c
commit
c0f9c76dbb
|
@ -1,6 +1,7 @@
|
||||||
# Topics
|
# Topics
|
||||||
* Frozen code
|
* Frozen code
|
||||||
* Disabling the WebREPL
|
* Disabling the WebREPL
|
||||||
|
* `#define MICROPY_PY_WEBREPL 0`
|
||||||
* Disabling the Python compiler
|
* Disabling the Python compiler
|
||||||
* `#define MICROPY_ENABLE_COMPILER 0`
|
* `#define MICROPY_ENABLE_COMPILER 0`
|
||||||
* Disable serial REPL access
|
* Disable serial REPL access
|
||||||
|
|
Loading…
Reference in New Issue