mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add missed StatusMessage protobufs, mainly for config (#847)
* Add missed StatusMessage protobufs, mainly for config * format fix
This commit is contained in:
parent
d9003b2b6c
commit
77c8329a59
3 changed files with 11 additions and 1 deletions
|
|
@ -152,6 +152,11 @@ message AdminMessage {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
PAXCOUNTER_CONFIG = 12;
|
||||
|
||||
/*
|
||||
* TODO: REPLACE
|
||||
*/
|
||||
STATUSMESSAGE_CONFIG = 13;
|
||||
}
|
||||
|
||||
enum BackupLocation {
|
||||
|
|
|
|||
|
|
@ -131,6 +131,11 @@ message LocalModuleConfig {
|
|||
*/
|
||||
ModuleConfig.PaxcounterConfig paxcounter = 14;
|
||||
|
||||
/*
|
||||
* StatusMessage Config
|
||||
*/
|
||||
ModuleConfig.StatusMessageConfig statusmessage = 15;
|
||||
|
||||
/*
|
||||
* A version integer used to invalidate old save files when we make
|
||||
* incompatible changes This integer is set at build time and is private to
|
||||
|
|
|
|||
|
|
@ -846,7 +846,7 @@ enum HardwareModel {
|
|||
MESHSTICK_1262 = 121;
|
||||
|
||||
/*
|
||||
* LilyGo T-Beam 1W
|
||||
* LilyGo T-Beam 1W
|
||||
*/
|
||||
TBEAM_1_WATT = 122;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue