Merge pull request #741 from meshtastic/mark-deprecated

Mark configs as deprecated that are no longer used.
pull/751/head v2.7.4
Ben Meadors 2025-07-30 06:20:52 -05:00 zatwierdzone przez GitHub
commit 1ecf94da98
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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.