From afc901ddbe208c4d2accaac9c6f697ade5482e4d Mon Sep 17 00:00:00 2001 From: Kevin Hester Date: Thu, 25 Feb 2021 19:49:34 +0800 Subject: [PATCH] fix build. platformio isn't smart enough to git pull latest without specifying a tag/commit/etc (I haven't tried specifying a branch?) Without specifying the hash, the build breaks for anyone who already had a repo (the CI build doesn't see this because it always pulls from scratch) cc @crossan007 & @mc-hamster --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 39b57dd9c..9c179724e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -65,7 +65,7 @@ debug_tool = jlink ; monitor adapter_khz 10000 lib_deps = - https://github.com/meshtastic/esp8266-oled-ssd1306.git ; ESP8266_SSD1306 + https://github.com/meshtastic/esp8266-oled-ssd1306.git#35d796226b853b0c0ff818b2f1aa3d35e7296a96 ; ESP8266_SSD1306 https://github.com/geeksville/OneButton.git ; 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#2f106146071fc7bc620e1e8d4b88dc4e0266ce39