From fe17d97a0553e28294b2945469601d3ece9afd74 Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Tue, 30 Aug 2022 21:09:07 +0200 Subject: [PATCH] added example log entry --- code/platformio.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/platformio.ini b/code/platformio.ini index 987e58e5..f46a9345 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -45,3 +45,6 @@ monitor_rts = 0 monitor_dtr = 0 debug_tool = esp-prog + +; Enable and adapt for logging over USB +;upload_port = /dev/ttyUSB0 \ No newline at end of file