ahoy
ahoy copied to clipboard
Nur 13 Inverter möglich [Bug]
Platform
ESP32
Assembly
I did the assebly by myself
nRF24L01+ Module
nRF24L01+ plus, square dot
Antenna
external antenna
Power Stabilization
Elko (~100uF)
Connection picture
- [ ] I will attach/upload an Image of my wiring
Version
0.8.97
Github Hash
9971ed7f
Build & Flash Method
VSCode - Platform IO (build & flash)
Setup
- Standard -
Debug Serial Log output
No response
Error description
Nach 13 Einträgen verschwindet der "Add Inverter" Knopf und auch das Intervall wird nicht mehr "befüllt". Unabhängig der Version: NRF mit Wifi CMT mit W5500
Im Code ist aber #define MAX_NUM_INVERTERS 16 eingetragen, brauchen tu ich 14.
Hab den Fehler gefunden:
RestApi.h Zeile 83:
AsyncJsonResponse* response = new AsyncJsonResponse(false, 6000);
6000 ist zuwenig für 14 Inverter..