cwi-dis / iotsa

This library contains a framework to easily create web servers that can interface to all sorts of sensors and actuators. esp32 and esp8266.
MIT License
27 stars 2 forks source link

Use higher level API for BLE server #66

Closed jackjansen closed 1 year ago

jackjansen commented 2 years ago

We are currently doing all our own conversions for values in the BLEServer, but this is silly: Nimble can do those for us.

jackjansen commented 1 year ago

Outdated