... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
/* |
2 | 2 |
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleScan.cpp |
3 | 3 |
Ported to Arduino ESP32 by pcbreflux |
4 |
+ https://github.com/nkolban/ESP32_BLE_Arduino/tree/master/examples/BLE_iBeacon |
|
4 | 5 |
*/ |
5 | 6 |
|
6 | 7 |
|
... | ... |
@@ -12,7 +13,7 @@ |
12 | 13 |
3. Start advertising. |
13 | 14 |
4. wait |
14 | 15 |
5. Stop advertising. |
15 |
- 6. deep sleep |
|
16 |
+ 6. wait back to 3 |
|
16 | 17 |
|
17 | 18 |
*/ |
18 | 19 |
#include <heltec.h> |