Thinknode_m5 minor fixes (#10049)

This commit is contained in:
Jonathan Bennett
2026-04-01 21:13:16 -05:00
committed by GitHub
co-authored by GitHub
parent 8dc3c0541b
commit 98efb25a0c
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -819,7 +819,7 @@ void NodeDB::installDefaultModuleConfig()
moduleConfig.has_store_forward = true;
moduleConfig.has_telemetry = true;
moduleConfig.has_external_notification = true;
#if defined(PIN_BUZZER) || defined(PIN_VIBRATION) || defined(LED_NOTIFICATION)
#if defined(PIN_BUZZER) || defined(PIN_VIBRATION) || defined(LED_NOTIFICATION) || defined(PCA_LED_NOTIFICATION)
moduleConfig.external_notification.enabled = true;
#endif
#if defined(PIN_BUZZER)