Merge pull request #741 from meshtastic/mark-deprecated

Mark configs as deprecated that are no longer used.
This commit is contained in:
Ben Meadors 2025-07-30 06:20:52 -05:00 committed by GitHub
commit 1ecf94da98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -698,7 +698,7 @@ message Config {
* If this is set, the displayed compass will always point north. if unset, the old behaviour
* (top of display is heading direction) is used.
*/
bool compass_north_top = 4;
bool compass_north_top = 4 [deprecated = true];
/*
* Flip screen vertically, for cases that mount the screen upside down

View file

@ -703,13 +703,13 @@ message ModuleConfig {
/*
* Enable/disable CannedMessageModule.
*/
bool enabled = 9;
bool enabled = 9 [deprecated = true];
/*
* Input event origin accepted by the canned message module.
* Can be e.g. "rotEnc1", "upDownEnc1", "scanAndSelect", "cardkb", "serialkb", or keyword "_any"
*/
string allow_input_source = 10;
string allow_input_source = 10 [deprecated = true];
/*
* CannedMessageModule also sends a bell character with the messages.