Turned off ESPUI_DEBUG by default

This commit is contained in:
Martin 2023-09-03 09:20:12 -04:00
parent 48e947287a
commit de09ddbe09
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#pragma once
// comment out to turn off debug output
#define DEBUG_ESPUI true
// #define DEBUG_ESPUI true
#define WS_AUTHENTICATION false
#include <Arduino.h>