main.py: disable debug mode
This commit is contained in:
parent
405664abe6
commit
78aff9c682
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -22,7 +22,7 @@ from machine import WDT
|
|||
from machine import reset
|
||||
from sdcard import SDCard
|
||||
|
||||
DEBUG = True
|
||||
DEBUG = False
|
||||
# set True for debug output
|
||||
|
||||
BUF_POS = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue