[presto] fix boot mode

This commit is contained in:
Claudio Ortolina
2026-05-15 11:53:37 +01:00
parent 354214b6f0
commit cb1e032fc2
2 changed files with 2 additions and 8 deletions
+1 -2
View File
@@ -29,7 +29,6 @@ Setup:
# ============================================================================
import gc
import os
import time
import network
import ntptime
@@ -2717,5 +2716,5 @@ def main():
# STARTUP
# ============================================================================
if os.environ.get("PRESTO_TEST_MODE") != "1":
if __name__ == "__main__":
main()