Use enums for hw_model per @sachaw idea.

This commit is contained in:
Kevin Hester
2021-03-14 10:37:32 +08:00
parent efebb8bb0b
commit 9a03536e3d
9 changed files with 54 additions and 24 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 5056
#define DeviceState_size 4896
#define ChannelFile_size 832
#ifdef __cplusplus