mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
Partly fix retransmit errors
* move gotFragment flag
This commit is contained in:
parent
2da9306cf9
commit
08fcbb4e73
3 changed files with 29 additions and 15 deletions
|
@ -126,6 +126,8 @@ class Inverter {
|
|||
uint16_t alarmLastId; // lastId which was received
|
||||
int8_t rssi; // RSSI
|
||||
uint8_t miMultiParts; // helper info for MI multiframe msgs
|
||||
uint8_t outstandingFrames; // helper info to count difference between expected and received frames
|
||||
bool mGotFragment; // shows if inverter has sent at least one fragment
|
||||
bool mGotLastMsg; // shows if inverter has already finished transmission cycle
|
||||
Radio *radio; // pointer to associated radio class
|
||||
statistics_t radioStatistics; // information about transmitted, failed, ... packets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue