Enable T-Echo touch button by default (#3604)

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
todd-herbert 2024-04-13 00:18:36 +12:00 committed by GitHub
parent 6de0363eea
commit 178877f2d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -346,6 +346,9 @@ void NodeDB::installDefaultModuleConfig()
moduleConfig.external_notification.alert_message = true;
moduleConfig.external_notification.output_ms = 100;
moduleConfig.external_notification.active = true;
#endif
#ifdef TTGO_T_ECHO
config.display.wake_on_tap_or_motion = true; // Enable touch button for screen-on / refresh
#endif
moduleConfig.has_canned_message = true;