0.7.66 - 2023-10-04

* prepared PA-Level for CMT
* removed settings for number of retransmits, its fixed to `5` now
* added parentheses to have a excactly defined behaviour
This commit is contained in:
lumapu 2023-10-04 22:16:32 +02:00
parent 50ca076f55
commit 3e9d6b8900
12 changed files with 80 additions and 25 deletions

View file

@ -356,7 +356,6 @@ class RestApi {
}
}
obj[F("interval")] = String(mConfig->nrf.sendInterval);
obj[F("retries")] = String(mConfig->nrf.maxRetransPerPyld);
obj[F("max_num_inverters")] = MAX_NUM_INVERTERS;
obj[F("rstMid")] = (bool)mConfig->inst.rstYieldMidNight;
obj[F("rstNotAvail")] = (bool)mConfig->inst.rstValsNotAvail;