Threshold based smart position broadcasts (#2388)

* Overhaul smart broadcast with new thresholds

* Fixed badly spelt protos

* That's not the right thing

* Format specifiers

* Fmt

* Units

* Default distance threshold of 100
This commit is contained in:
Ben Meadors
2023-03-27 14:09:22 -05:00
committed by GitHub
parent 1af7e48136
commit 23272daffe
6 changed files with 36 additions and 35 deletions

View File

@@ -188,7 +188,7 @@ extern const pb_msgdesc_t meshtastic_OEMStore_msg;
/* Maximum encoded size of messages (where known) */
#define meshtastic_ChannelFile_size 638
#define meshtastic_DeviceState_size 22040
#define meshtastic_OEMStore_size 3008
#define meshtastic_OEMStore_size 3020
#ifdef __cplusplus
} /* extern "C" */