From 14fded953b3f7a07990613921a89c661ad4b4b83 Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Sat, 29 Jul 2023 00:41:04 +0200 Subject: [PATCH] python_modules: remove Looks like we won't be using frozen Python modules, probably. --- manifest.py | 1 - python_modules/hello.py | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 python_modules/hello.py diff --git a/manifest.py b/manifest.py index 16548daab9..c600768b70 100644 --- a/manifest.py +++ b/manifest.py @@ -1,2 +1 @@ include("components/micropython/vendor/ports/esp32/boards") -freeze("./python_modules") diff --git a/python_modules/hello.py b/python_modules/hello.py deleted file mode 100644 index 30c2e89ec0..0000000000 --- a/python_modules/hello.py +++ /dev/null @@ -1,2 +0,0 @@ -# remove me once we have something meaningful to put here -print("hello world") -- GitLab