Czy próbował ktoś ostatnio wygenerować plik w GUI ( nie TEST)? Chciałem dołożyć kolejne ESP8266 ale cały czas wyrzuca mi żółty screen "BŁĄD GENEROWANIA" . Robię coś nie tak czy to problem z GUI?

[Błąd generowania
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8.ino: In function 'void setup()':
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8.ino:149:90: error: no matching function for call to 'addConditionsSensor(sensorList, const char [12], Supla::Sensor::Binary*&, uint8_t&)'
149 | Supla::GUI::Conditions::addConditionsSensor(SENSOR_BINARY, S_LIMIT_SWITCH, binary, nr);
| ^
In file included from GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/SuplaDeviceGUI.h:60,
from GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8.ino:16:
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/SuplaConditions.h:143:6: note: candidate: 'void Supla::GUI::Conditions::addConditionsSensor(int, const char*, Supla::ChannelElement*, uint8_t)'
143 | void addConditionsSensor(int functionSensor, const char* nameSensor, Supla::ChannelElement* sensor, uint8_t nrSensor = 0);
| ^~~~~~~~~~~~~~~~~~~
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/SuplaConditions.h:143:93: note: no known conversion for argument 3 from 'Supla::Sensor::Binary*' to 'Supla::ChannelElement*'
143 | void addConditionsSensor(int functionSensor, const char* nameSensor, Supla::ChannelElement* sensor, uint8_t nrSensor = 0);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/SuplaConditions.h:144:6: note: candidate: 'void Supla::GUI::Conditions::addConditionsSensor(int, const char*, Supla::Sensor::ElectricityMeter*, uint8_t)'
144 | void addConditionsSensor(int functionSensor, const char* nameSensor, Supla::Sensor::ElectricityMeter* electricityMete, uint8_t nrSensor = 0);
| ^~~~~~~~~~~~~~~~~~~
GUI-Generic_bv5.2_gv7.5.16_pl_70b80e3901560bd3138b67ae7fa9abe8/SuplaConditions.h:144:103: note: no known conversion for argument 3 from 'Supla::Sensor::Binary*' to 'Supla::Sensor::ElectricityMeter*'
144 | void addConditionsSensor(int functionSensor, const char* nameSensor, Supla::Sensor::ElectricityMeter* electricityMete, uint8_t nrSensor = 0);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
Multiple libraries were found for "SoftwareSerial.h"
Used: /var/www/html/github/GUI-Generic/lib/EspSoftwareSerial
Not used: /var/www/html/github/GUI-Generic/lib/EspSoftwareSerial
Not used: .arduino15/packages/esp8266/hardware/esp8266/3.1.2/libraries/SoftwareSerial
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp8266:esp8266:generic:eesz=1M64,xtal=160
BOARD_NAME
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DMIMETYPE_MINIMAL -DBEARSSL_SSL_BASIC -DSUPLA_CONDITIONS -DSUPLA_CONFIG -DSUPLA_DHT22 -DSUPLA_DS18B20 -DSUPLA_ENABLE_GUI
-DSUPLA_LIMIT_SWITCH -DSUPLA_OTA -DSUPLA_PUSHOVER
]