easy_connect/dpp-enrollee/main/dpp_enrollee_main.c:55D (7212)event: running post WIFI_EVENT:20withhandler0x400e03c4andcontext0x3ffc6d00onloop0x3ffbcd180x400e03c4: offchan_event_handler at /home/dick/src/esp/esp-idf-v4.4/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_dpp.c:...
protocols/sntp sdkconfig.defaults.esp32h2 7 changes: 7 additions & 0 deletions 7 examples/common_components/protocol_examples_common/CMakeLists.txt Original file line numberDiff line numberDiff line change @@ -22,6 +22,9 @@ if(CONFIG_EXAMPLE_CONNECT_ETHERNET) list(APPEND srcs "eth_connect...
esp_event_base_tevent_base,int32_tevent_id,void*event_data){if(event_base==WIFI_EVENT&&event_id==WIFI_EVENT_STA_START){esp_wifi_connect();}elseif(event_base==
/// ESP-IDF 5.x requires the caller put the key into the PEM format fn frame_key(unframed: &[u8; 32]) -> Vec<u8> { Collaborator ivmarkov Mar 17, 2023 Why calling into alloc just for this? You can either return a heapless::Vec (as the size of the returned thing is actua...