mirror of
https://github.com/Smartphone-Companions/ESP32-ANCS-Notifications.git
synced 2025-01-22 11:28:29 +00:00
Added instructions for old/missing ESP32 core libraries.
This commit is contained in:
parent
932fd85f04
commit
4badac8b02
@ -13,7 +13,10 @@ This library is designed to follow the standard Arduino library style, and be as
|
||||
|
||||
## Installation
|
||||
|
||||
Put the unzipped library code into your ~/arduino/libraries/ folder, under an ESP32-ANCS-Notifications subfolder:
|
||||
You need to install the ESP32 core libraries. If you are getting build errors, it's possible you have an old version of the core libraries without BLE support. The install instructions for your specific OS are here:
|
||||
https://github.com/espressif/arduino-esp32
|
||||
|
||||
Next, put this unzipped library code into your ~/arduino/libraries/ folder, under an ESP32-ANCS-Notifications subfolder:
|
||||
|
||||
Or use git:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user