diff options
author | Neil Kolban <kolban1@kolban.com> | 2017-09-23 14:12:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 14:12:10 -0500 |
commit | 82ba46a8a63c5922043c93a1301474f147a6966e (patch) | |
tree | d8cb94325068cfb25c7731175da774cc3e0eb990 /examples/BLE_server | |
parent | 0.4.2 (diff) | |
parent | Fixed some URL example paths and the default 'include' that was outdated comp... (diff) | |
download | thermostat-82ba46a8a63c5922043c93a1301474f147a6966e.tar.gz thermostat-82ba46a8a63c5922043c93a1301474f147a6966e.tar.bz2 thermostat-82ba46a8a63c5922043c93a1301474f147a6966e.zip |
Merge pull request #3 from ciotlosm/master
Fixed some URL example paths and the default 'include'
Diffstat (limited to 'examples/BLE_server')
-rw-r--r-- | examples/BLE_server/BLE_server.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/BLE_server/BLE_server.ino b/examples/BLE_server/BLE_server.ino index 45ebf99..c70c935 100644 --- a/examples/BLE_server/BLE_server.ino +++ b/examples/BLE_server/BLE_server.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/SampleServer.cpp + Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLETests/SampleServer.cpp Ported to Arduino ESP32 by Evandro Copercini */ |