mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
Default to what G2 comes with
This commit is contained in:
parent
fb89482129
commit
209fb585b0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user