From 1f36bf675fc88962f177c8b66acb6305636c4c08 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 3 Jul 2018 13:19:07 +0200 Subject: [PATCH 1/2] Update blecsan.cpp --- src/blecsan.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/blecsan.cpp b/src/blecsan.cpp index a22a2964..bfefc948 100644 --- a/src/blecsan.cpp +++ b/src/blecsan.cpp @@ -12,7 +12,6 @@ https://github.com/nkolban/esp32-snippets/tree/master/BLE/scanner #include #include #include // needed for BLE_ADDR types, do not remove -#include #define BT_BD_ADDR_HEX(addr) \ addr[0], addr[1], addr[2], addr[3], addr[4], addr[5] @@ -277,4 +276,4 @@ void stop_BLEscan(void) { ESP_LOGI(TAG, "Bluetooth scanner stopped"); } // stop_BLEscan -#endif // BLECOUNTER \ No newline at end of file +#endif // BLECOUNTER From 516c84e1c24391ef2cbafaad365df7fac7b9a13b Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Tue, 3 Jul 2018 14:04:52 +0200 Subject: [PATCH 2/2] Update platformio.ini Fixed Espressif platform to 1.0.2 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 99415985..797a0724 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,7 +25,7 @@ env_default = heltec description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around. [common_env_data] -platform_espressif32 = espressif32@>=1.0.2 +platform_espressif32 = espressif32@1.0.2 board_build.partitions = no_ota.csv lib_deps_all = lib_deps_display = @@ -188,4 +188,4 @@ lib_deps = ${common_env_data.lib_deps_rgbled} build_flags = ${common_env_data.build_flags} - -include "src/hal/lolin32_lora.h" \ No newline at end of file + -include "src/hal/lolin32_lora.h"