* copied even more from the original heuristic code #1259
This commit is contained in:
lumapu 2023-12-10 22:40:46 +01:00
parent c71377011b
commit df2e840751
6 changed files with 114 additions and 65 deletions

View file

@ -129,6 +129,7 @@ class Inverter {
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
uint8_t curFrmCnt; // count received frames in current loop
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