mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
Merge pull request #2977 from meshtastic/g2-defaults
Factory Defaults for Nano G2 Ultra
This commit is contained in:
commit
85cbde75fe
@ -248,6 +248,12 @@ void NodeDB::installDefaultModuleConfig()
|
|||||||
#ifdef T_WATCH_S3
|
#ifdef T_WATCH_S3
|
||||||
// Don't worry about the other settings, we'll use the DRV2056 behavior for notifications
|
// Don't worry about the other settings, we'll use the DRV2056 behavior for notifications
|
||||||
moduleConfig.external_notification.enabled = true;
|
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
|
#endif
|
||||||
moduleConfig.has_canned_message = true;
|
moduleConfig.has_canned_message = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user