From 484f3400230c5ad47cda5f0dde2562708efd7820 Mon Sep 17 00:00:00 2001 From: andrekir Date: Thu, 6 Oct 2022 01:05:21 -0300 Subject: [PATCH 1/3] 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 2a0eda96..e9ad56b4 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 cefb8f34..ef90db72 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 From 5b1d3a0c517257460fa080b966143af47f80cd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 6 Oct 2022 08:55:58 +0200 Subject: [PATCH 2/3] Update platformio.ini --- variants/t-echo/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/t-echo/platformio.ini b/variants/t-echo/platformio.ini index ef90db72..3582f7ed 100644 --- a/variants/t-echo/platformio.ini +++ b/variants/t-echo/platformio.ini @@ -14,5 +14,6 @@ lib_deps = ${nrf52840_base.lib_deps} https://github.com/meshtastic/GxEPD2#afce87a97dda1ac31d8a28dc8fa7c6f55dc96a61 adafruit/Adafruit BusIO@^1.13.2 - lewisxhe/PCF8563_Library@^1.0.0 +# lewisxhe/PCF8563_Library@^1.0.1 // switch to this one when it is released! + https://github.com/lewisxhe/PCF8563_Library.git#fe8cface109f63b5a4fb6abeaf87c6de0faa24c6 ;upload_protocol = fs From 7f935717db4f6ff4c7eecdaa1942c12138fdfb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Thu, 6 Oct 2022 08:56:02 +0200 Subject: [PATCH 3/3] Update platformio.ini --- variants/m5stack_coreink/platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/variants/m5stack_coreink/platformio.ini b/variants/m5stack_coreink/platformio.ini index e9ad56b4..00c44628 100644 --- a/variants/m5stack_coreink/platformio.ini +++ b/variants/m5stack_coreink/platformio.ini @@ -12,7 +12,8 @@ build_flags = lib_deps = ${esp32_base.lib_deps} zinggjm/GxEPD2@^1.4.9 - lewisxhe/PCF8563_Library@^1.0.0 +# lewisxhe/PCF8563_Library@^1.0.1 // switch to this one when it is released! + https://github.com/lewisxhe/PCF8563_Library.git#fe8cface109f63b5a4fb6abeaf87c6de0faa24c6 board_build.f_cpu = 240000000L upload_protocol = esptool upload_port = /dev/ttyACM*