aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sensor/sensor.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/sensor/sensor.ino b/sensor/sensor.ino
index 2224e09..8b56c26 100644
--- a/sensor/sensor.ino
+++ b/sensor/sensor.ino
@@ -13,7 +13,7 @@
// arduino-esp32 Logging system
// activate in Arduino IDE: Tools -> Core Debug Level
-// tip: set log level to Error for plot-friendly output
+// special: set Core Debug Level to Error for plot-friendly output
#define CONFIG_ARDUHAL_ESP_LOG 1
#define LOG_LOCAL_LEVEL CORE_DEBUG_LEVEL
#include <esp32-hal-log.h>