No to pamiętaj, aby wgrywać wersję do N4. Niestety, nie będziesz miał update po OTA, ale przez dowolny flasher (od adresu 0x10000) będzie działać, bez utraty zapisanych danych (przypisanych urządzeń).uchnast.michal wrote: Fri Feb 28, 2025 5:42 pmJa jak zwykle w gorącej wodzie kąpanyZibi_007 wrote: Fri Feb 28, 2025 5:27 pm Bramka Zigbee nie jest jeszcze obsługiwana w GG. Musisz wgrać .bin generowany przez @vajera https://github.com/lsroka76/Z2S_Library/releasesDzięki za info
BTW
Zamówiłem https://pl.aliexpress.com/item/10050074 ... pt=glo2pol Jak przyszła byłem w szoku 18x25mm I ta antena![]()
Bład generowania GUI Generic
-
- Posts: 1086
- Joined: Tue Oct 31, 2023 10:06 pm
Wiesz, że Supla współpracuje z urządzeniami Zigbee? Więcej szczegółów tutaj: https://forum.supla.org/viewforum.php?f=127
Nec Hercules contra plures!
Nec Hercules contra plures!
-
- Posts: 2229
- Joined: Sun Feb 17, 2019 6:56 am
- Location: Osielsko
Błąd generowania dla starych linków bezpośrednich - a już było dobrze 
Zaznaczone
Linki bezpośrednie - odczyt temperatury (stare)
Wyświetlacz LCD HD44780
Esp 32s2 mini dla esp8266 działa

Zaznaczone
Linki bezpośrednie - odczyt temperatury (stare)
Wyświetlacz LCD HD44780
Esp 32s2 mini dla esp8266 działa
Code: Select all
×Błąd generowania
In file included from GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:18:
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.h:58:3: error: 'WiFiClient' does not name a type; did you mean 'Client'?
58 | WiFiClient *client;
| ^~~~~~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In constructor 'Supla::Sensor::DirectLinksSensorThermometer::DirectLinksSensorThermometer(const char*, bool)':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:27:7: error: class 'Supla::Sensor::DirectLinksSensorThermometer' does not have any field named 'client'
27 | : client(nullptr), _temp(TEMPERATURE_NOT_AVAILABLE), retryCount(0) {
| ^~~~~~
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In destructor 'virtual Supla::Sensor::DirectLinksSensorThermometer::~DirectLinksSensorThermometer()':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:45:12: error: 'client' was not declared in this scope; did you mean 'Client'?
45 | delete[] client;
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'bool Supla::Sensor::DirectLinksSensorThermometer::openConnection()':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:72:10: error: 'client' was not declared in this scope; did you mean 'Client'?
72 | return client->connect(_host, _port) ? true : false;
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'bool Supla::Sensor::DirectLinksSensorThermometer::closeConnection()':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:76:3: error: 'client' was not declared in this scope; did you mean 'Client'?
76 | client->stop();
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'bool Supla::Sensor::DirectLinksSensorThermometer::checkConnection()':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:81:10: error: 'client' was not declared in this scope; did you mean 'Client'?
81 | return client->connected() == 1 ? true : false;
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'void Supla::Sensor::DirectLinksSensorThermometer::toggleConnection()':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:85:7: error: 'client' was not declared in this scope; did you mean 'Client'?
85 | if (client == NULL) {
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:94:20: error: expected type-specifier before 'WiFiClient'
94 | client = new WiFiClient();
| ^~~~~~~~~~
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'void Supla::Sensor::DirectLinksSensorThermometer::sendRequest(const char*)':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:106:7: error: 'client' was not declared in this scope; did you mean 'Client'?
106 | if (client) {
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp: In member function 'void Supla::Sensor::DirectLinksSensorThermometer::send(const char*)':
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:161:7: error: 'client' was not declared in this scope; did you mean 'Client'?
161 | if (client) {
| ^~~~~~
| Client
GUI-Generic_bv6.1_gv25.02.11_pl_7b74bf1cbd25a3910b931b1c12ef8c27/libraries/SuplaDeviceExtensions/src/supla/sensor/direct_link_sensor_thermometer.cpp:162:5: error: type '' argument given to 'delete', expected pointer
162 | delete client;
| ^~~~~~~~~~~~~
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp32:esp32:esp32s2:PartitionScheme=min_spiffs
BOARD_NAME
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DFP_IN_IRON -DMIMETYPE_MINIMAL -DNDEBUG -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH -DSUPLA_CONFIG -DSUPLA_DIRECT_LINKS_SENSOR_THERMOMETR -DSUPLA_DISABLE_LOGS -DSUPLA_ENABLE_GUI
-DSUPLA_EXCLUDE_LITTLEFS_CONFIG -DSUPLA_LCD_HD44780 -DSUPLA_OTA -DVTABLES_IN_FLASH
Możesz wesprzeć autorów w dalszym rozwoju projektu.
Postaw nam kawę na buycoffee.to Przekaż darowiznę za pomocą przycisku PayPal
SPI Flash Config:
Crystal Freq: 26MHz
SPI Speed: 40MHz
SPI Mode: DOUT
Flash size ESP82xx: 8Mbit
Flash size ESP32: 32Mbit
(8Mbit = 1MB)
GUI-Generic Builder
GUI-Generic: v25.02.11; Builder: v6.1.0
Board ESP8266: v3.1.2; Board ESP32: v3.1.1
Arduino CLI: v1.1.1
Wideo poradnikWideo poradnik
Przewodnik online 📖
https://forum.supla.orghttps://forum.supla.org
Uploader dwuetapowyUploader dwuetapowy (bin.gz)
Ustawienia kompilacji
Płytka
Procesor
Pamięć FLASH
Dostępne opcje dla modułu
Podstawowe
Konfiguracja (LED, Config)
Aktualizacja przez WWW
Dostępne GUI podczas pracy modułu
Szyfrowane połączenie z serwerem (SSL)
Tryb głębokiego uśpienia (Deep Sleep)
Wake on LAN
WT32-ETH01
LAN8720
Sterowanie
Przekaźniki
Przyciski
Wyzwalacze akcji
Termostat
Rolety
Krańcówki
Warunkowanie
LED załączenia przekaźnika
Pushover
Linki bezpośrednie
Bramka RF 315/433MHz
Ekspandery
MCP23017
PCF8575
PCF8574/A
1Wire
Sensor DS18B20
Sensor DHT11
Sensor DHT22
Sensor Si7021 Sonoff
I2C
Sensor BME280
Sensor BMP280
Sensor SHT3x
Sensor SHTxx
Sensor Si7021
Sensor VL53L0X
Sensor HDC1080
Wyświetlacz OLED SSD1306, SH1106
Wyświetlacz LCD HD44780
Sensor BH1750
Sensor MS5611
Sensor MAX44009
Sensor AHT XX
Sensor SPS30
SPI
Termopara MAX6675
Termopara MAX31855
Analogowe
Pomiar analogowy (ADC Pin)
Termistor NTC 10K
Czujnik ciśnienia MPX5xxx
Licznik Energii Elektrycznej
Licznik energii HLW8012, BL0937
Licznik energii PZEM V3
Licznik energii CSE7766
Licznik energii ADE7953
Licznik energii SDM Modbus 1F
Licznik energii SDM Modbus 3F
Inne
RGBW, RGB, Dimmer
Czujnik odległości HC-SR04
Licznik impulsów
Linki bezpośrednie - odczyt temperatury (stare)
Linki bezpośrednie - odczyt wartości kanału
Czujnik czystości powietrza
IKEA VINDRIKTNING
PMSx003
boneIO
boneIO 32x10A
boneIO 24x16A
Debug
Wyłączenie LittleFS
Wyłączenie wszystkich logów
Testowe
SUPLA_PZEM_ADR
SUPLA_MODBUS_SDM_72_V2
SUPLA_CC1101
SUPLA_INCREASE_LIMIT
SUPLA_INA219
SUPLA_ZIGBEE_GATEWAY
Wygenerowano: 4494, pobrano: 5363
https://pietras-81.aqi.eco/
-
- Posts: 61
- Joined: Wed May 27, 2020 2:33 pm
Przy próbie wygenerowania pliku pojawia mi się błąd.
Wybieram ESP32S2 Dev
Zaznaczam Przyciski i Wyzwalacze, Licznik impulsów. Resztę zostawiam domyślnie i pojawia się błąd:
Wybieram ESP32S2 Dev
Zaznaczam Przyciski i Wyzwalacze, Licznik impulsów. Resztę zostawiam domyślnie i pojawia się błąd:
Code: Select all
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/GUI-Generic_bv6.1_gv25.02.11_pl_ca35b491ceb560f60d7c62ae0836433d.ino.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/GUIGenericCommon.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/Markup.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/SuplaConfigESP.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/SuplaConfigManager.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/SuplaDeviceGUI.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/SuplaTemplateBoard.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening
(...)
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/libraries/SuplaDevice/supla/arduino_esp_platform.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/libraries/SuplaDevice/supla/at_channel.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/Markup.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: reopening .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/sketch/SuplaConditions.cpp.o: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: can not read symbols: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .eh_frame/.stab edit: No such file or directory
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/GUI-Generic_bv6.1_gv25.02.11_pl_ca35b491ceb560f60d7c62ae0836433d.ino.elf: warning: allocated section `.iram0.vectors' not in segment
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/GUI-Generic_bv6.1_gv25.02.11_pl_ca35b491ceb560f60d7c62ae0836433d.ino.elf: warning: allocated section `.iram0.text' not in segment
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/GUI-Generic_bv6.1_gv25.02.11_pl_ca35b491ceb560f60d7c62ae0836433d.ino.elf: warning: allocated section `.dram0.data' not in segment
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/GUI-Generic_bv6.1_gv25.02.11_pl_ca35b491ceb560f60d7c62ae0836433d.ino.elf: warning: allocated section `.flash.appdesc' not in segment
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: .cache/arduino/sketches/FC4B1CB85D66CA85337CF0CC79312B5E/GUI-
.arduino15/packages/esp32/tools/esp-x32/2405/bin/../lib/gcc/xtensa-esp-elf/13.2.0/../../../../xtensa-esp-elf/bin/ld: final link failed: No such file or directory
collect2: error: ld returned 1 exit status
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp32:esp32:esp32s2:PartitionScheme=min_spiffs
BOARD_NAME
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DMIMETYPE_MINIMAL -DBEARSSL_SSL_BASIC -DNDEBUG -DFP_IN_IRON -DVTABLES_IN_FLASH -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH -DSUPLA_ACTION_TRIGGER -DSUPLA_BUTTON -DSUPLA_CONFIG -DSUPLA_DISABLE_LOGS -DSUPLA_ENABLE_GUI
-DSUPLA_EXCLUDE_LITTLEFS_CONFIG -DSUPLA_IMPULSE_COUNTER -DSUPLA_OTA
-
- Posts: 1225
- Joined: Tue Jun 04, 2019 11:37 am
Dzięki,Zibi_007 wrote: Fri Feb 28, 2025 5:55 pm No to pamiętaj, aby wgrywać wersję do N4. Niestety, nie będziesz miał update po OTA, ale przez dowolny flasher (od adresu 0x10000) będzie działać, bez utraty zapisanych danych (przypisanych urządzeń).
Gwoli ścisłości - Z2S_Gateway.ino.merged.4MB.no_OTA.no_logs.bin?
-
- Posts: 1086
- Joined: Tue Oct 31, 2023 10:06 pm
Tak. Będzie ok. Tylko logów nie będziesz miał. Jakbyś chciał coś więcej zobaczyć po serialu to wygraj z logs.uchnast.michal wrote: Wed Mar 05, 2025 7:49 amDzięki,Zibi_007 wrote: Fri Feb 28, 2025 5:55 pm No to pamiętaj, aby wgrywać wersję do N4. Niestety, nie będziesz miał update po OTA, ale przez dowolny flasher (od adresu 0x10000) będzie działać, bez utraty zapisanych danych (przypisanych urządzeń).
Gwoli ścisłości - Z2S_Gateway.ino.merged.4MB.no_OTA.no_logs.bin?
Wiesz, że Supla współpracuje z urządzeniami Zigbee? Więcej szczegółów tutaj: https://forum.supla.org/viewforum.php?f=127
Nec Hercules contra plures!
Nec Hercules contra plures!
-
- Posts: 2887
- Joined: Mon Jan 07, 2019 7:51 pm
- Location: Rybnik
Czy była by możliwość "naprawy" dla: ESP32C6 pomiaru analogowego (ADC Pin)
.
Obecnie jest błąd generowania.

Obecnie jest błąd generowania.
-
- Posts: 2
- Joined: Mon Apr 08, 2024 1:45 pm
Potwierdzam błąd generowania także dla ESP32-C3 oraz ESP32-S3.
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp: In function 'void Supla::Sensor::initADC()':
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp:36:5: error: 'adc_cali_line_fitting_config_t' was not declared in this scope; did you mean 'adc_cali_curve_fitting_config_t'?
36 | adc_cali_line_fitting_config_t cali_config = {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| adc_cali_curve_fitting_config_t
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp:41:42: error: 'cali_config' was not declared in this scope
41 | adc_cali_create_scheme_line_fitting(&cali_config, &cali_handle);
| ^~~~~~~~~~~
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp:41:5: error: 'adc_cali_create_scheme_line_fitting' was not declared in this scope; did you mean 'adc_cali_create_scheme_curve_fitting'?
41 | adc_cali_create_scheme_line_fitting(&cali_config, &cali_handle);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| adc_cali_create_scheme_curve_fitting
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp: In function 'void Supla::Sensor::cleanupADC()':
GUI-Generic_bv6.1_gv25.02.11_pl_789f9ce40f044b9038ac9933fd4de0d9/src/sensor/AnalogReading.cpp:51:5: error: 'adc_cali_delete_scheme_line_fitting' was not declared in this scope; did you mean 'adc_cali_delete_scheme_curve_fitting'?
51 | adc_cali_delete_scheme_line_fitting(cali_handle);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| adc_cali_delete_scheme_curve_fitting
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp32:esp32:esp32c3:PartitionScheme=min_spiffs
BOARD_NAME
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DFP_IN_IRON -DMIMETYPE_MINIMAL -DNDEBUG -DPIO_FRAMEWORK_ARDUINO_ESPRESSIF_SDK22x_190703
-DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH -DSUPLA_ACTION_TRIGGER -DSUPLA_ANALOG_READING_KPOP -DSUPLA_BUTTON -DSUPLA_CONDITIONS -DSUPLA_CONFIG
-DSUPLA_DIRECT_LINKS -DSUPLA_DIRECT_LINKS_MULTI_SENSOR -DSUPLA_DISABLE_LOGS -DSUPLA_ENABLE_GUI -DSUPLA_ENABLE_SSL -DSUPLA_EXCLUDE_LITTLEFS_CONFIG -DSUPLA_OTA
-DSUPLA_PUSHOVER -DSUPLA_RELAY -DVTABLES_IN_FLASH