Wsparcie GUI-Generic dla ESP32

krycha88
Posty: 5187
Rejestracja: pt lis 16, 2018 7:25 am
Kontakt:

Z J pisze: śr lut 23, 2022 8:41 pm Hej,
ESP32 - 1 wire
tym razem mam taki błąd:

Kod: Zaznacz cały

/var/www/html/code/GUI-Generic_bv4.5_gv4.6.23_pl_133d4728db18227f3a25bf04fbc16245/SuplaConfigESP.cpp: In member function 'void SuplaConfigESP::rebootESP()':
/var/www/html/code/GUI-Generic_bv4.5_gv4.6.23_pl_133d4728db18227f3a25bf04fbc16245/SuplaConfigESP.cpp:149:7: error: 'class EspClass' has no member named 'reset'
   ESP.reset();
       ^
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp32:esp32:d32:PartitionScheme=min_spiffs
BOARD_NAME
TEMPLATE_BOARD
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DBEARSSL_SSL_BASIC -DSUPLA_CONFIG -DSUPLA_DS18B20 -DSUPLA_ENABLE_GUI -DSUPLA_OTA
Poprawiłem, błąd mojej ostatniej poprawki.
https://gui-generic-builder.supla.io/
Z J
Posty: 123
Rejestracja: śr lut 23, 2022 8:25 am

Tym razem podczas generowania pliku nawet bez żadnych opcji mam błąd:

Kod: Zaznacz cały

Błąd generowania
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/GUIGenericCommon.cpp:18:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WebServer/src/WebServer.h:29,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaHTTPUpdateServerESP32.h:5,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaHTTPUpdateServerESP32.cpp:11:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebCorrection.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebCorrection.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be.ino:16:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaOled.cpp:18:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaTemplateBoard.cpp:18:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageDeviceSettings.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageDeviceSettings.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageHome.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageHome.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageConfig.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageConfig.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageDownload.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageDownload.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageControl.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageControl.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.cpp:16:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigManager.cpp:25:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.cpp:16:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageLimitSwitch.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageLimitSwitch.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/Markup.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/Markup.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
In file included from /root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFi.h:31:0,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaConfigESP.h:40,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaDeviceGUI.h:30,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageOther.h:20,
                 from /var/www/html/code/GUI-Generic_bv4.5_gv4.8.1_pl_7aed883486e9bab5f8dc1b2fc953f4be/SuplaWebPageOther.cpp:17:
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h: In member function 'virtual void Supla::ESPWifi::setup()':
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_STA_GOT_IP' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:181:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_STA_GOT_IP);
           ^
/root/.arduino15/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi/src/WiFiType.h:35:22: error: 'ARDUINO_EVENT_WIFI_AP_STADISCONNECTED' is not a member of 'system_event_id_t'
 #define WiFiEvent_t  system_event_id_t
                      ^
/var/www/html/code/lib/SuplaDevice/src/supla/network/esp_wifi.h:188:11: note: in expansion of macro 'WiFiEvent_t'
           WiFiEvent_t::ARDUINO_EVENT_WIFI_AP_STADISCONNECTED);
           ^
Error during build: exit status 1
xxxxxxxxxxxxxxxxxx
BOARD esp32:esp32:d32:PartitionScheme=min_spiffs
BOARD_NAME
TEMPLATE_BOARD
TEMPLATE_JSON
JSON_DEFINITION
OPTIONS -DATOMIC_FS_UPDATE -DBEARSSL_SSL_BASIC -DSUPLA_CONFIG -DSUPLA_ENABLE_GUI -DSUPLA_OTA
Mmof
Posty: 781
Rejestracja: ndz sty 26, 2020 5:49 pm

Z J pisze: pn mar 14, 2022 5:04 pm Tym razem podczas generowania pliku nawet bez żadnych opcji mam błąd:

[/code]
Przeczytaj.
viewtopic.php?t=8142&start=530
Z J
Posty: 123
Rejestracja: śr lut 23, 2022 8:25 am

Rozumiem, że muszę uzbroić się w cierpliwość :)
Mmof
Posty: 781
Rejestracja: ndz sty 26, 2020 5:49 pm

Z J pisze: wt mar 15, 2022 2:44 pm Rozumiem, że muszę uzbroić się w cierpliwość :)
Dokładnie tak. 😂
Z J
Posty: 123
Rejestracja: śr lut 23, 2022 8:25 am

W związku z brakiem obsługi ESP32:
1. kiedy, mniej więcej można spodziewać się ich obsługi?
2. Czy można jakoś uruchomić GG z daty powiedzmy 1.03 gdzie ESP32 było wspierane?
Pozdrawiam
Antonio
Posty: 129
Rejestracja: sob gru 18, 2021 4:15 pm

Z J pisze: pt mar 18, 2022 5:01 pm W związku z brakiem obsługi ESP32:
1. kiedy, mniej więcej można spodziewać się ich obsługi?
2. Czy można jakoś uruchomić GG z daty powiedzmy 1.03 gdzie ESP32 było wspierane?
Pozdrawiam
https://gui-generic-builder.supla.io/test.php
Z J
Posty: 123
Rejestracja: śr lut 23, 2022 8:25 am

Antonio pisze: pt mar 18, 2022 5:26 pm
Z J pisze: pt mar 18, 2022 5:01 pm W związku z brakiem obsługi ESP32:
1. kiedy, mniej więcej można spodziewać się ich obsługi?
2. Czy można jakoś uruchomić GG z daty powiedzmy 1.03 gdzie ESP32 było wspierane?
Pozdrawiam
https://gui-generic-builder.supla.io/test.php
Dziękuję, poszło
krycha88
Posty: 5187
Rejestracja: pt lis 16, 2018 7:25 am
Kontakt:

Antonio pisze: pt mar 18, 2022 5:26 pm
Z J pisze: pt mar 18, 2022 5:01 pm W związku z brakiem obsługi ESP32:
1. kiedy, mniej więcej można spodziewać się ich obsługi?
2. Czy można jakoś uruchomić GG z daty powiedzmy 1.03 gdzie ESP32 było wspierane?
Pozdrawiam
https://gui-generic-builder.supla.io/test.php
Nie polecam tego obejścia. Poczekajcie cierpliwie az ogarniemy nasze sprawy prywatne i zrobimy aktualizacje. Miało być szybko ale nie wyszło ;)
https://gui-generic-builder.supla.io/
Antonio
Posty: 129
Rejestracja: sob gru 18, 2021 4:15 pm

https://gui-generic-builder.supla.io/test.php
[/quote]

Dziękuję, poszło
[/quote]

Super :D .ale jest to GG 4.6.11 i nie ma poprawek do GG.4.8.4 na https://gui-generic-builder.supla.io/
Pisze żeby nie było ze coś nie działa
ODPOWIEDZ

Wróć do „GUI Generic”