From 53e8941262737ce420483753de417af023bc1305 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Thu, 25 Sep 2025 17:33:59 -0300 Subject: [PATCH] blue led add --- variants/heltec-wireless-bridge/board_pinout.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/variants/heltec-wireless-bridge/board_pinout.h b/variants/heltec-wireless-bridge/board_pinout.h index dc3d796..2de5e91 100644 --- a/variants/heltec-wireless-bridge/board_pinout.h +++ b/variants/heltec-wireless-bridge/board_pinout.h @@ -45,7 +45,11 @@ #define OLED_RST -1 // Aditional Config - //#define INTERNAL_LED_PIN 25 - //#define BATTERY_PIN 37 + #define INTERNAL_LED_PIN 16 + /* + Green LED (Lora): PIN 22 / GPIO2 + Yellow LED (Wifi): PIN 23 / GPIO0 + Blue LED (BT/BLE): PIN 25 / GPIO16 + */ #endif \ No newline at end of file