From 9a0126cde1a727e427ea5f5aa28872e020980886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 24 Jan 2022 17:37:33 +0100 Subject: [PATCH 1/3] use the new version of Screen lib when building --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index ca6c06a0d..b7eb727a3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -72,7 +72,7 @@ debug_tool = jlink ; monitor adapter_khz 10000 lib_deps = - https://github.com/meshtastic/esp8266-oled-ssd1306.git#35d796226b853b0c0ff818b2f1aa3d35e7296a96 ; ESP8266_SSD1306 + https://github.com/meshtastic/esp8266-oled-ssd1306.git#c408e77825cb9a5beec1798946617cd9b2b77463 ; ESP8266_SSD1306 https://github.com/meshtastic/OneButton.git#3bcba9492d01e2a8a86f46700ab16f96dd2cf1f5 ; OneButton library for non-blocking button debounce 1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib https://github.com/meshtastic/arduino-fsm.git From 252a27174e31b2ba61bcbc80528434efaf33196f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 24 Jan 2022 20:28:16 +0100 Subject: [PATCH 2/3] New checkout for library --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index b7eb727a3..eae57f1bf 100644 --- a/platformio.ini +++ b/platformio.ini @@ -72,7 +72,7 @@ debug_tool = jlink ; monitor adapter_khz 10000 lib_deps = - https://github.com/meshtastic/esp8266-oled-ssd1306.git#c408e77825cb9a5beec1798946617cd9b2b77463 ; ESP8266_SSD1306 + https://github.com/meshtastic/esp8266-oled-ssd1306.git#da0f7fa7555eceb2ed684ce0414544633d27a069 ; ESP8266_SSD1306 https://github.com/meshtastic/OneButton.git#3bcba9492d01e2a8a86f46700ab16f96dd2cf1f5 ; OneButton library for non-blocking button debounce 1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib https://github.com/meshtastic/arduino-fsm.git From 9df42799fff073b291d22bdab9e9e393910fac59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Mon, 24 Jan 2022 21:56:31 +0100 Subject: [PATCH 3/3] Tryfix: Local replica for build problem (#1) * Tryfix: Local replica for build problem * Update platformio.ini * use the real repo again --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index eae57f1bf..285115d52 100644 --- a/platformio.ini +++ b/platformio.ini @@ -72,7 +72,7 @@ debug_tool = jlink ; monitor adapter_khz 10000 lib_deps = - https://github.com/meshtastic/esp8266-oled-ssd1306.git#da0f7fa7555eceb2ed684ce0414544633d27a069 ; ESP8266_SSD1306 + https://github.com/meshtastic/esp8266-oled-ssd1306.git#d90231dedbb2f52bd7a32fb8ed8edec52cf4a8cb ; ESP8266_SSD1306 https://github.com/meshtastic/OneButton.git#3bcba9492d01e2a8a86f46700ab16f96dd2cf1f5 ; OneButton library for non-blocking button debounce 1202 ; CRC32, explicitly needed because dependency is missing in the ble ota update lib https://github.com/meshtastic/arduino-fsm.git