diff options
author | Marius Ciotlos <ciotlos@gmail.com> | 2017-09-23 22:09:22 +0300 |
---|---|---|
committer | Marius Ciotlos <ciotlos@gmail.com> | 2017-09-23 22:09:22 +0300 |
commit | 8f0bd3e3e3f2cad9f00013cf9f79f540ff477731 (patch) | |
tree | d8cb94325068cfb25c7731175da774cc3e0eb990 /examples/BLE_scan/BLE_scan.ino | |
parent | 0.4.2 (diff) | |
download | thermostat-8f0bd3e3e3f2cad9f00013cf9f79f540ff477731.tar.gz thermostat-8f0bd3e3e3f2cad9f00013cf9f79f540ff477731.tar.bz2 thermostat-8f0bd3e3e3f2cad9f00013cf9f79f540ff477731.zip |
Fixed some URL example paths and the default 'include' that was outdated compared to included examples
Diffstat (limited to 'examples/BLE_scan/BLE_scan.ino')
-rw-r--r-- | examples/BLE_scan/BLE_scan.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BLE_scan/BLE_scan.ino b/examples/BLE_scan/BLE_scan.ino index ef7d892..a884062 100644 --- a/examples/BLE_scan/BLE_scan.ino +++ b/examples/BLE_scan/BLE_scan.ino @@ -1,5 +1,5 @@ /* - Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleScan.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleScan.cpp Ported to Arduino ESP32 by Evandro Copercini */ |