Changed the log level default to 1 (info)

This commit is contained in:
2024-11-16 15:11:13 +01:00
parent 5ce8e592c3
commit 908a5e39be
3 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ def settings():
sleep(0.5)
config.LCD.move_to(0,1)
config.LCD.putstr("Logging".center(16))
config.LOG_LEVEL = 2
config.LOG_LEVEL = 1
sleep(0.5)
return True