Wsparcie GUI-Generic dla ESP32

krycha88
Posts: 5575
Joined: Fri Nov 16, 2018 7:25 am
Been thanked: 5 times

Post

Z J wrote: Wed Feb 23, 2022 8:41 pm Hej,
ESP32 - 1 wire
tym razem mam taki błąd:

Code: Select all

/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
Posts: 137
Joined: Wed Feb 23, 2022 8:25 am

Post

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

Code: Select all

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
Posts: 1220
Joined: Sun Jan 26, 2020 5:49 pm
Has thanked: 34 times
Been thanked: 4 times

Post

Z J wrote: Mon 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
Zapraszam na Facebook do wspólnej pomocy mniej zawansowanym użytkownikom Supla.
https://www.facebook.com/groups/suplazamel
https://www.facebook.com/groups/supladiy
https://www.facebook.com/groups/suplaauraton
Z J
Posts: 137
Joined: Wed Feb 23, 2022 8:25 am

Post

Rozumiem, że muszę uzbroić się w cierpliwość :)
Mmof
Posts: 1220
Joined: Sun Jan 26, 2020 5:49 pm
Has thanked: 34 times
Been thanked: 4 times

Post

Z J wrote: Tue Mar 15, 2022 2:44 pm Rozumiem, że muszę uzbroić się w cierpliwość :)
Dokładnie tak. 😂
Zapraszam na Facebook do wspólnej pomocy mniej zawansowanym użytkownikom Supla.
https://www.facebook.com/groups/suplazamel
https://www.facebook.com/groups/supladiy
https://www.facebook.com/groups/suplaauraton
Z J
Posts: 137
Joined: Wed Feb 23, 2022 8:25 am

Post

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
Posts: 140
Joined: Sat Dec 18, 2021 4:15 pm

Post

Z J wrote: Fri 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
Posts: 137
Joined: Wed Feb 23, 2022 8:25 am

Post

Antonio wrote: Fri Mar 18, 2022 5:26 pm
Z J wrote: Fri 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
Posts: 5575
Joined: Fri Nov 16, 2018 7:25 am
Been thanked: 5 times

Post

Antonio wrote: Fri Mar 18, 2022 5:26 pm
Z J wrote: Fri 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
Posts: 140
Joined: Sat Dec 18, 2021 4:15 pm

Post

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

Return to “GUI Generic”