# jlink_wifi_v831_software **Repository Path**: lbing2002/jlink_wifi_v831_software ## Basic Information - **Project Name**: jlink_wifi_v831_software - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 * 长按KEY键在USB、WiFi STA、WiFi AP三种模式循环切换; * 长按POWER键开机及关机; # 编译方法 ## 导出工具链 . ./export_toolchain.sh ## 创建并进入编译目录 mkdir build && cd build ## 生成编译脚本 cmake .. #Release 或 cmake -DCMAKE_BUILD_TYPE=Debug .. #Debug ## 编译 cmake --build . -j 编译生成文件在 build/jlink