rudi ;-)
rudi ;-)
not sure, but are they not CONST ? ( fixed lenght / difference lenght)
how you set up your sta (wifi)
/\* station mode! ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA) ); wifi_config_t sta_config = { .sta = { .ssid = "OneTwoThreeFourFive", .password = "NoPublicHereNotShow", .bssid_set = false } }; ESP_ERROR_CHECK( esp_wifi_set_config(WIFI_IF_STA, &sta_config) ); ESP_ERROR_CHECK( esp_wifi_start()...
https://github.com/tuanpmt/esp32-mqtt/blob/master/main/app_main.c#L112 https://github.com/tuanpmt/esp32-mqtt/blob/master/main/include/user_config.sample.h#L29 sry for confusing you are right. not sure why this is the setup for wifi is done in top code example ( esp-idf )
which esp-idf version ( commits nr ) you use? i know i have one problem with the newest in tcp server i used the preview version for this. just in...
yes ;-) sry can you test with an early version? best wishes rudi ;-) ;-) ED: i remember me, that the last update on wifi lib have a change ..
can you see a change in your building messages? ( suspicious unknown ) warning..
https://github.com/espressif/esp-idf/blob/master/components/freertos/queue.c#L603
not sure where the while(1) was removed https://github.com/tuanpmt/esp32-mqtt/commit/9a180aab325fe4af116f0aa57d151d6581b47fe2 perhabs it can be a task error ( not combine with this remove ) ..small change in the esp-idf / lib this...
@gojimmypi idf build for target esp32c3 and sdkconfig is saved for this target esp32-c3 `-- Building ESP-IDF components for target esp32c3` CMake Error in VisualGDB `-- Building ESP-IDF components for...