Skip to content

Commit

Permalink
Fix for issue sidddy#13 Failed to find data service
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyoralek committed Oct 7, 2019
1 parent d82e0d0 commit 185299d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Software:
- MQTT Server address
- MAC address(es) of your Xiaomi Mi Plant sensor(s)

2) Open ino sketch in Arduino, compile & upload.
2) Open Arduino, Sketch -> Include Library -> Manage Libraries... and install ESP32 BLE library by Neil Kolban / Version 1.0.1

3) Open ino sketch in Arduino, compile & upload.

## Measuring interval

Expand Down
2 changes: 1 addition & 1 deletion flora/flora.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
SOFTWARE.
*/

#include "BLEDevice.h"
#include <BLEDevice.h>
#include <WiFi.h>
#include <PubSubClient.h>

Expand Down

0 comments on commit 185299d

Please sign in to comment.