Mqtt json_enabled (#1672)

* Payload variants

* Waypoints and fixes

* Remove json send to mesh. I think protobuf messages already do that

* whoops

* Added json_enabled mqtt config
This commit is contained in:
Ben Meadors
2022-09-03 14:06:10 -05:00
committed by GitHub
parent 8fb8212434
commit 84e438f72f
4 changed files with 20 additions and 15 deletions

View File

@@ -145,7 +145,7 @@ extern const pb_msgdesc_t LocalModuleConfig_msg;
/* Maximum encoded size of messages (where known) */
#define LocalConfig_size 333
#define LocalModuleConfig_size 268
#define LocalModuleConfig_size 270
#ifdef __cplusplus
} /* extern "C" */