Fix integration test found by CI! verstr field was too short

This commit is contained in:
Kevin Hester
2021-04-16 11:51:04 +08:00
parent 568032cbc7
commit 405f7e0caa
7 changed files with 19 additions and 16 deletions

View File

@@ -125,7 +125,7 @@ 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 5184
#define DeviceState_size 5190
#define ChannelFile_size 832
#ifdef __cplusplus