Generated protos for Feature request: add airtime to NodeInfo #970

This commit is contained in:
Jm Casler
2021-12-07 11:26:06 -08:00
parent df88feba0f
commit a904bb8cc5
2 changed files with 18 additions and 7 deletions

View File

@@ -125,7 +125,9 @@ extern const pb_msgdesc_t ChannelFile_msg;
/* Maximum encoded size of messages (where known) */
#define LegacyRadioConfig_size 4
#define LegacyRadioConfig_LegacyPreferences_size 2
#define DeviceState_size 9599
#if defined(MyNodeInfo_size)
#define DeviceState_size (9497 + MyNodeInfo_size)
#endif
#define ChannelFile_size 832
#ifdef __cplusplus