# mixly-lib-arduino-esp32-ble-gatt **Repository Path**: joy1792/mixly-lib-arduino-esp32-ble-gatt ## Basic Information - **Project Name**: mixly-lib-arduino-esp32-ble-gatt - **Description**: 适用于Arduino ESP32的低功耗蓝牙GATT库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-20 - **Last Updated**: 2025-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Mixly2.0 低功耗蓝牙GATT库 1.安装依赖 ```bash npm install ``` 2.打包 - 针对开发环境打包 ```bash npm run build:dev ``` - 针对生产环境打包 ```bash npm run build:prod ```