main.py: set debug false

This commit is contained in:
Arne Zachlod 2025-03-13 16:57:16 +01:00
parent c4ba65fd8d
commit 4b5c322a1a

View file

@ -22,7 +22,7 @@ from machine import WDT
from machine import reset from machine import reset
from sdcard import SDCard from sdcard import SDCard
DEBUG = True DEBUG = False
# set True for debug output # set True for debug output
BUF_POS = 0 BUF_POS = 0