Jakiś mam problem u siebie obecnie tak wygląda.vajera wrote: Tue Feb 18, 2025 10:37 pmA w której linii konkretnie?nebraska wrote: Tue Feb 18, 2025 10:07 pm
Dzięuke pobrałem ponownie. Podczas kompilacji pojawił się kolejny bład w pliku z2s_device_database.hCode: Select all
Compilation error: expected initializer before 'PROGMEM'
Przed chwilą wrzuciłem nowy kod i pliki bin - skompilował się bez problemu?
Code: Select all
c:\Users\marci\Documents\Arduino\libraries\Z2S_Library-main\src\ZigbeeHandlers.cpp:247:54: error: 'variable' was not declared in this scope
247 | esp_zb_zcl_read_report_config_resp_variable_t *variable = message->variables;
| ^~~~~~~~
c:\Users\marci\Documents\Arduino\libraries\Z2S_Library-main\src\ZigbeeHandlers.cpp:247:74: error: 'const esp_zb_zcl_cmd_read_report_config_resp_message_t' {aka 'const struct esp_zb_zcl_cmd_read_report_config_resp_message_s'} has no member named 'variables'
247 | esp_zb_zcl_read_report_config_resp_variable_t *variable = message->variables;
| ^~~~~~~~~
Znaleziono wiele bibliotek w "Ticker.h"
Wykorzystane: C:\Users\marci\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.0.7\libraries\Ticker
Niewykorzystane: C:\Users\marci\Documents\Arduino\libraries\Ticker
exit status 1
Compilation error: exit status 1

