From b3662a7aa835d3c00464a698f1228410d7cfd21b Mon Sep 17 00:00:00 2001 From: Mit4el Date: Sat, 28 Oct 2023 22:24:14 +0300 Subject: [PATCH] lib ble new version --- src/modules/sensors/Ble/modinfo.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/sensors/Ble/modinfo.json b/src/modules/sensors/Ble/modinfo.json index 7d9859db..b46fe322 100644 --- a/src/modules/sensors/Ble/modinfo.json +++ b/src/modules/sensors/Ble/modinfo.json @@ -60,27 +60,27 @@ "usedLibs": { "esp32_4mb": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ], "esp32_16mb": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ], "esp32_4mb3f": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ], "esp32cam_4mb": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ], "esp32s3_16mb": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ], "esp32c3m_4mb": [ "https://github.com/h2zero/NimBLE-Arduino.git", - "https://github.com/avaksru/decoder.git" + "https://github.com/Mit4el/decoder.git" ] } } \ No newline at end of file