From c1865f127c57476e562920668562f77cee4f3f26 Mon Sep 17 00:00:00 2001 From: geeksville Date: Mon, 22 Jun 2020 11:17:08 -0700 Subject: [PATCH] make sure people who are not just me, get the fixed arduino-esp32 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 0fb69a862..ab23d99dc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -89,7 +89,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 + framework-arduinoespressif32 @ https://github.com/meshtastic/arduino-esp32.git#f26c4f96fefd13ed0ed042e27954f8aba6328f6b ; The 1.0 release of the TBEAM board [env:tbeam]