Default to what G2 comes with

This commit is contained in:
Ben Meadors 2023-11-30 20:49:00 -06:00
parent fb89482129
commit 209fb585b0

View File

@ -248,6 +248,12 @@ void NodeDB::installDefaultModuleConfig()
#ifdef T_WATCH_S3
// Don't worry about the other settings, we'll use the DRV2056 behavior for notifications
moduleConfig.external_notification.enabled = true;
#endif
#ifdef NANO_G2_ULTRA
moduleConfig.external_notification.enabled = true;
moduleConfig.external_notification.alert_message = true;
moduleConfig.external_notification.output_ms = 100;
moduleConfig.external_notification.active true;
#endif
moduleConfig.has_canned_message = true;