From 20ac8d71fdc7bc57a4b306ed415a19e06b72ad29 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 18 Jul 2020 16:25:53 -0700 Subject: [PATCH 1/2] make PSRAM optional - new flag in ESPIDF - fix #293 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index dbdf97fb..b7343e9b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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#7a78d82f1b5cf64715a14d2f096b8dd775948ac1 + framework-arduinoespressif32 @ https://github.com/meshtastic/arduino-esp32.git#b7f106cd11a04573b902228ea97025c8b5814dd9 ; The 1.0 release of the TBEAM board [env:tbeam] From 68490336b824ea01a21d1c0e00c9a424157d8f73 Mon Sep 17 00:00:00 2001 From: geeksville Date: Sat, 18 Jul 2020 16:28:14 -0700 Subject: [PATCH 2/2] 0.8.2 --- bin/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/version.sh b/bin/version.sh index bc2cd88a..836fd5aa 100644 --- a/bin/version.sh +++ b/bin/version.sh @@ -1,3 +1,3 @@ -export VERSION=0.8.1 \ No newline at end of file +export VERSION=0.8.2 \ No newline at end of file