main.py: disable debug mode

This commit is contained in:
Arne Zachlod 2025-03-10 16:00:53 +01:00
parent 405664abe6
commit 78aff9c682

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