From abb1c47564759b6ab787face9b1665963ed0b58a Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Sun, 8 May 2022 17:21:23 +0200 Subject: [PATCH] Berry add `import global` to implicit imports --- tasmota/xdrv_52_7_berry_embedded.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xdrv_52_7_berry_embedded.ino b/tasmota/xdrv_52_7_berry_embedded.ino index 4ad02b900..e571e5a88 100644 --- a/tasmota/xdrv_52_7_berry_embedded.ino +++ b/tasmota/xdrv_52_7_berry_embedded.ino @@ -27,6 +27,7 @@ const char berry_prog[] = + "import global " #ifdef USE_BERRY_PYTHON_COMPAT // enable python syntax compatibility mode "import python_compat "