From 7bd4940ed8e81c8bcf8065dcb267d5f1adc7f6ae Mon Sep 17 00:00:00 2001 From: geeksville Date: Sun, 5 Jul 2020 12:04:15 -0700 Subject: [PATCH] fix #254 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index f54ab582f..03b07b0e8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -74,7 +74,7 @@ lib_deps = Wire ; explicitly needed here because the AXP202 library forgets to add it https://github.com/meshtastic/arduino-fsm.git https://github.com/meshtastic/SparkFun_Ublox_Arduino_Library.git - https://github.com/meshtastic/RadioLib.git + https://github.com/meshtastic/RadioLib.git#6aa38a85856012c99c4e9b4e7cee35e37671a4bc https://github.com/meshtastic/TinyGPSPlus.git ; Common settings for ESP targes, mixin with extends = esp32_base @@ -90,7 +90,7 @@ build_flags = # board_build.ldscript = linker/esp32.extram.bss.ld lib_ignore = segger_rtt platform_packages = - framework-arduinoespressif32 @ https://github.com/meshtastic/arduino-esp32.git#f26c4f96fefd13ed0ed042e27954f8aba6328f6b + framework-arduinoespressif32 @ https://github.com/meshtastic/arduino-esp32.git#71ed4002c953d8c87f44ed27e34fe0735f99013e ; The 1.0 release of the TBEAM board [env:tbeam]