mirror of https://github.com/arendst/Tasmota.git
Berry add `import global` to implicit imports
This commit is contained in:
parent
e372f0c63a
commit
abb1c47564
|
@ -27,6 +27,7 @@
|
|||
|
||||
const char berry_prog[] =
|
||||
|
||||
"import global "
|
||||
#ifdef USE_BERRY_PYTHON_COMPAT
|
||||
// enable python syntax compatibility mode
|
||||
"import python_compat "
|
||||
|
|
Loading…
Reference in New Issue