nkolban / ESP32_BLE_Arduino

The library source for the ESP32 BLE support for Arduino.
893 stars 332 forks source link

Fix formatting of includes list in library.properties #1

Closed per1234 closed 7 years ago

per1234 commented 7 years ago

The list of files in the includes field of library.properties must be comma separated. The previous format caused Sketch > Include Library > ESP32 BLE Arduino to add the following erroneous line to the sketch:

#include <BLE.h BLEUtils.h BLEScan.h BLEAdvertisedDevice.h>

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

nkolban commented 7 years ago

Manually changed

nkolban commented 7 years ago

Thank you sir. Sorry about that. Corrected now.