Hmm. Not sure what to suggest or do next tbh.
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamdivadiow wrote:does TEY_SN_8710 get you anywhere in this app with ECR6600 fw?
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c: In function 'ctrl_iface_receive':
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c:100:27: error: 'CLI_PRINT_BUFFER_SIZE' undeclared (first use in this function); did you mean 'PRINT_BUFFER_SIZE'?
#define PRINT_BUFFER_SIZE CLI_PRINT_BUFFER_SIZE//256
^~~~~~~~~~~~~~~~~~~~~
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c:131:22: note: in expansion of macro 'PRINT_BUFFER_SIZE'
if (reply_len > PRINT_BUFFER_SIZE ) {
^~~~~~~~~~~~~~~~~
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c:100:27: note: each undeclared identifier is reported only once for each function it appears in
#define PRINT_BUFFER_SIZE CLI_PRINT_BUFFER_SIZE//256
^~~~~~~~~~~~~~~~~~~~~
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c:131:22: note: in expansion of macro 'PRINT_BUFFER_SIZE'
if (reply_len > PRINT_BUFFER_SIZE ) {
^~~~~~~~~~~~~~~~~
../components/wpa/wpa_supplicant/ctrl_iface_freeRTOS.c:133:15: error: unused variable 'atom' [-Werror=unused-variable]
char atom[PRINT_BUFFER_SIZE+1];
^~~~
p.kaczmarek2 wrote:Nice research, I'll get back to it in a moment.