aboutsummaryrefslogtreecommitdiff
path: root/sensor
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-04-16 09:11:32 +0200
committerJonas Smedegaard <dr@jones.dk>2025-04-16 09:11:32 +0200
commit3da3079f0661b2e966ee3e150d7a3c08664046d5 (patch)
treef1b7e5856a1d23f36f7d559db28f1a8123c05d90 /sensor
parent9114e989de667e09acbac4922d41fe8fa215b8e9 (diff)
refine comment about plot output
Diffstat (limited to 'sensor')
-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>