SQ7FJB / esp32_ble_light

Stripped version of the ESP32 BLE library, to only support server logic and reduce size

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light version of ESP32 BLE

This is a fork of the official esp32 ble library and is stripped to decrease the size. It is only possible to use the ble server features.

I saved about ~30KB program size with this version.

The repository of the original library is here: https://github.com/nkolban/ESP32_BLE_Arduino

About

Stripped version of the ESP32 BLE library, to only support server logic and reduce size


Languages

Language:C++ 88.9%Language:Objective-C 8.9%Language:C 2.3%