# esp8266简洁易用网页配网库 **Repository Path**: jianglizi/wificon ## Basic Information - **Project Name**: esp8266简洁易用网页配网库 - **Description**: esp8266简洁易用网页配网库,支持配网界面自动跳转,支持保存wifi密码 - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-20 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp8266简洁易用网页配网库 #### 介绍 esp8266简洁易用网页配网库,支持配网界面自动跳转,支持保存wifi密码 #### 安装教程 arduino导入压缩包 #### 使用说明 示例 ```c++ #include wificon wfc; void setup() { wfc.wifiBegin(); } void loop() { wfc.wifiLoop(); } ``` api wifiBegin;(必要) wifiLoop;(必要) clearWiFi;(可选) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request