diff --git a/src/mesh/NodeDB.cpp b/src/mesh/NodeDB.cpp index 1552c1ea6..10303437d 100644 --- a/src/mesh/NodeDB.cpp +++ b/src/mesh/NodeDB.cpp @@ -806,7 +806,7 @@ void NodeDB::installDefaultModuleConfig() moduleConfig.external_notification.nag_timeout = 2; #endif #if defined(RAK4630) || defined(RAK11310) || defined(RAK3312) || defined(MUZI_BASE) || defined(ELECROW_ThinkNode_M3) - // Default to RAK led pin 2 (blue) + // Default to PIN_LED2 for external notification output (LED color depends on device variant) moduleConfig.external_notification.enabled = true; moduleConfig.external_notification.output = PIN_LED2; #if defined(MUZI_BASE) || defined(ELECROW_ThinkNode_M3)