From 7d2a0ad9cbba9b0acce3b65b0145c8e2d4baf6fd Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Mon, 16 Aug 2021 13:01:12 +0200 Subject: [PATCH] Binding BT-lib to last running version due to compile-error --- platformio.ini | 2 +- src/revision.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 9a42e2a..c962aaa 100644 --- a/platformio.ini +++ b/platformio.ini @@ -24,7 +24,7 @@ lib_deps = ESP Async WebServer https://github.com/me-no-dev/AsyncTCP https://github.com/bblanchon/ArduinoJson.git - https://github.com/pschatzmann/ESP32-A2DP.git + https://github.com/pschatzmann/ESP32-A2DP.git#5a81452 https://github.com/Arduino-IRremote/Arduino-IRremote.git https://github.com/kkloesener/MFRC522_I2C.git https://github.com/miguelbalboa/rfid.git diff --git a/src/revision.h b/src/revision.h index 8d28f85..ba7d231 100644 --- a/src/revision.h +++ b/src/revision.h @@ -1,4 +1,4 @@ #ifndef __REVISION_H__ #define __REVISION_H__ - constexpr const char softwareRevision[] PROGMEM = "Software-revision: 20210816-1"; + constexpr const char softwareRevision[] PROGMEM = "Software-revision: 20210816-2"; #endif \ No newline at end of file