From c0f9c76dbbc1f34881f83c5e54968fbc4417d790 Mon Sep 17 00:00:00 2001 From: jadjuanan <51323895+jadjuanan@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:16:02 +0100 Subject: [PATCH] Updated Securing a MicroPython System (markdown) --- Securing-a-MicroPython-System.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Securing-a-MicroPython-System.md b/Securing-a-MicroPython-System.md index 9add759..5165099 100644 --- a/Securing-a-MicroPython-System.md +++ b/Securing-a-MicroPython-System.md @@ -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