changes for AsyncWebserver from mathieucarbou

This commit is contained in:
lumapu 2024-08-05 19:54:20 +02:00
parent 24ceb3e97e
commit ef52ad1b0d
6 changed files with 37 additions and 36 deletions

View file

@ -817,7 +817,6 @@ class Inverter {
private:
inline void addAlarm(uint16_t code, uint32_t start, uint32_t end) {
bool found = false;
uint8_t i = 0;
if(start > end)