From 484f3400230c5ad47cda5f0dde2562708efd7820 Mon Sep 17 00:00:00 2001 From: andrekir Date: Thu, 6 Oct 2022 01:05:21 -0300 Subject: [PATCH] update PCF8563_Library to 1.0.0 --- variants/m5stack_coreink/platformio.ini | 2 +- variants/t-echo/platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/variants/m5stack_coreink/platformio.ini b/variants/m5stack_coreink/platformio.ini index 2a0eda96e..e9ad56b48 100644 --- a/variants/m5stack_coreink/platformio.ini +++ b/variants/m5stack_coreink/platformio.ini @@ -12,7 +12,7 @@ build_flags = lib_deps = ${esp32_base.lib_deps} zinggjm/GxEPD2@^1.4.9 - https://github.com/lewisxhe/PCF8563_Library.git#91399f254651537c5ab338dacc7c10d1f087fd09 + lewisxhe/PCF8563_Library@^1.0.0 board_build.f_cpu = 240000000L upload_protocol = esptool upload_port = /dev/ttyACM* diff --git a/variants/t-echo/platformio.ini b/variants/t-echo/platformio.ini index cefb8f342..ef90db727 100644 --- a/variants/t-echo/platformio.ini +++ b/variants/t-echo/platformio.ini @@ -14,5 +14,5 @@ lib_deps = ${nrf52840_base.lib_deps} https://github.com/meshtastic/GxEPD2#afce87a97dda1ac31d8a28dc8fa7c6f55dc96a61 adafruit/Adafruit BusIO@^1.13.2 - https://github.com/lewisxhe/PCF8563_Library.git#91399f254651537c5ab338dacc7c10d1f087fd09 + lewisxhe/PCF8563_Library@^1.0.0 ;upload_protocol = fs