diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 176d973..4b6eff8 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -152,6 +152,11 @@ message AdminMessage { * TODO: REPLACE */ PAXCOUNTER_CONFIG = 12; + + /* + * TODO: REPLACE + */ + STATUSMESSAGE_CONFIG = 13; } enum BackupLocation { diff --git a/meshtastic/localonly.proto b/meshtastic/localonly.proto index 50e7305..6da79a3 100644 --- a/meshtastic/localonly.proto +++ b/meshtastic/localonly.proto @@ -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 diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 3117af2..aace7d4 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -846,7 +846,7 @@ enum HardwareModel { MESHSTICK_1262 = 121; /* - * LilyGo T-Beam 1W + * LilyGo T-Beam 1W */ TBEAM_1_WATT = 122;