kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #741 from meshtastic/mark-deprecated
Mark configs as deprecated that are no longer used.pull/751/head v2.7.4
commit
1ecf94da98
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue