# esp32-cwit-wifi **Repository Path**: cwit49/esp32-cwit-wifi ## Basic Information - **Project Name**: esp32-cwit-wifi - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-30 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 提示 使用该模块,必须开启NVS功能 ## 连接WiFi #include #include "cwit_wifi.h" #include "cwit_nvs.h" extern "C" void app_main(void) { cwit_nvs_init(); cwitWifi.wifi_set_passwd("cwit4821","06070829"); cwitWifi.wifi_connect_awit(); printf("cwit hello"); }