Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE ANCS mobile device notifications.
GNU General Public License v3.0
154
stars
24
forks
source link
The notification struct should use Arduino String, not std::string #9
Closed
jhud closed 4 years ago
May cause heap issues, but we want to keep this library absolutely simple for beginners.
Internal system should still use std::string.