refactor lora payload timing
Bump the batch payload codec to schema v4 with separate meter-time and UTC anchors, then use meter seconds for sparse batch slotting and receiver reconstruction. Update the current 868 MHz bench configuration, allow ACKs from configured receiver short IDs, improve AP-to-STA recovery, quiet the test build, and document the changed protocol in the README.
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
struct BatchInput {
|
||||
uint16_t sender_id;
|
||||
uint16_t batch_id;
|
||||
uint32_t t_last;
|
||||
uint32_t meter_t_last;
|
||||
uint32_t ts_utc_last;
|
||||
uint32_t present_mask;
|
||||
uint8_t n;
|
||||
uint16_t battery_mV;
|
||||
|
||||
Reference in New Issue
Block a user