#error "This module only works on Unix and Windows, see MBEDTLS_NET_C in mbedtls_config.h" #endif #include "mbedtls/platform.h" #include "mbedtls/net_sockets.h" #include "mbedtls/error.h" #include <string.h> #if (defined(_WIN32) || defined(_WIN32_WCE)) && !defined(...
Hi. I've looked at questions like this, but it's not a solution for me. let me explain briefly. I'm using ESP32 in apsta mode. So both AP mode and STA mode together. I checked the internet connection on esp32 and successfully send and re...
修改mac地址 iwpriv wifi_debug set_bt_mac 00E04C87F004 获取mac地址 iwpriv wifi_debug get_bt_mac 8.3 切换开发板 例程支持CB5654开发板和达摩院MIT_V2开发板。如需切换开发板,需更改solutions/smart_speaker_demo/package.yaml文件: hw_info: board_name: cb5654 // 若切换为mit_v2开发板,将'cb5654'...