sidddy / flora

ESP32 BLE client for Xiaomi Mi Plant sensors
MIT License
190 stars 71 forks source link

Additional help needed for setup #11

Closed aceisace closed 6 years ago

aceisace commented 6 years ago

Hi, I've been trying to set this scipt up on Arduino IDE according to your instructions. It seems as though something is missing:

BLEDevice.h: No such file or directory

Is there any additional step or library/libraries required for Arduino IDE? If yes, could you add the url of the library in the README?

I'm using a ESP32-WROOM-32 on my Board. Thanks in advance

sidddy commented 6 years ago

HI,

that file is part of arduino-esp32. Please follow the instrcutions at https://github.com/espressif/arduino-esp32 to set it up.

sidddy commented 6 years ago

closing due to lack of feedback