From 03fd4e0fc72c76760e09860813c668bf63d2f425 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:52:15 +0200 Subject: [PATCH] heltec v3 console fix --- zephcore/boards/esp32/heltec_wifi_lora32_v3/board.overlay | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zephcore/boards/esp32/heltec_wifi_lora32_v3/board.overlay b/zephcore/boards/esp32/heltec_wifi_lora32_v3/board.overlay index 802670c..bf6cc74 100644 --- a/zephcore/boards/esp32/heltec_wifi_lora32_v3/board.overlay +++ b/zephcore/boards/esp32/heltec_wifi_lora32_v3/board.overlay @@ -19,9 +19,9 @@ / { chosen { - /* Override upstream UART0 console → USB serial for ZephCore */ - zephyr,console = &usb_serial; - zephyr,shell-uart = &usb_serial; + /* Keep console/shell on UART0 for stable host logging on V3 */ + zephyr,console = &uart0; + zephyr,shell-uart = &uart0; }; /* Add label to upstream buttons node (defined without one) */