From 7178d3a2fdc0fac6f7312bcfb3c853828e00d97d Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Thu, 10 Mar 2022 09:03:31 +1100 Subject: [PATCH] Sync fix --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 946a4d063..c0b4787b8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -78,7 +78,7 @@ debug_tool = jlink lib_deps = 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 + mathertel/OneButton@^2.0.3 ; 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 https://github.com/meshtastic/SparkFun_Ublox_Arduino_Library.git#31015a55e630a2df77d9d714669c621a5bf355ad @@ -264,4 +264,4 @@ monitor_port = /dev/ttyUSB0 monitor_speed = 115200 # For experimenting with RAM sizes -# board_build.ldscript = linker/nrf52840_s140_sim832.ld \ No newline at end of file +# board_build.ldscript = linker/nrf52840_s140_sim832.ld