Updated Securing a MicroPython System (markdown)

master
jadjuanan 2024-01-09 22:16:02 +01:00
rodzic ddbed4165c
commit c0f9c76dbb
1 zmienionych plików z 1 dodań i 0 usunięć

@ -1,6 +1,7 @@
# Topics
* Frozen code
* Disabling the WebREPL
* `#define MICROPY_PY_WEBREPL 0`
* Disabling the Python compiler
* `#define MICROPY_ENABLE_COMPILER 0`
* Disable serial REPL access