Add missed StatusMessage protobufs, mainly for config (#847)

* Add missed StatusMessage protobufs, mainly for config

* format fix
This commit is contained in:
Jonathan Bennett 2026-01-20 07:54:12 -06:00 committed by GitHub
parent d9003b2b6c
commit 77c8329a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -152,6 +152,11 @@ message AdminMessage {
* TODO: REPLACE
*/
PAXCOUNTER_CONFIG = 12;
/*
* TODO: REPLACE
*/
STATUSMESSAGE_CONFIG = 13;
}
enum BackupLocation {

View file

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

View file

@ -846,7 +846,7 @@ enum HardwareModel {
MESHSTICK_1262 = 121;
/*
* LilyGo T-Beam 1W
* LilyGo T-Beam 1W
*/
TBEAM_1_WATT = 122;