From 00dde4583e0b37211fb971c8d3f460efa733d79c Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Fri, 29 Apr 2022 15:41:41 +0200 Subject: [PATCH] lib update arduino-esp32 v2.0.2 --- platformio_orig.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio_orig.ini b/platformio_orig.ini index c66c138b..b19de32c 100644 --- a/platformio_orig.ini +++ b/platformio_orig.ini @@ -14,10 +14,10 @@ ;halfile = ttgov1.h ;halfile = ttgov2.h ;halfile = ttgov21old.h -;halfile = ttgov21new.h +halfile = ttgov21new.h ;halfile = ttgofox.h ;halfile = ttgobeam.h -halfile = ttgobeam10.h +;halfile = ttgobeam10.h ;halfile = ttgotdisplay.h ;halfile = ttgotwristband.h ;halfile = fipy.h @@ -54,14 +54,14 @@ extra_scripts = pre:build.py otakeyfile = ota.conf lorakeyfile = loraconf.h lmicconfigfile = lmic_config.h -platform_espressif32 = espressif32@4.1.0 +platform_espressif32 = espressif32@4.2.0 monitor_speed = 115200 upload_speed = 115200 ; set by build.py and taken from hal file display_library = ; set by build.py and taken from hal file lib_deps_lora = mcci-catena/MCCI LoRaWAN LMIC library @ ^4.1.1 lib_deps_display = - bitbank2/OneBitDisplay @ ^1.11.0 + bitbank2/OneBitDisplay @ ^2.0.0 ricmoo/QRCode @ ^0.0.1 bodmer/TFT_eSPI @ ^2.3.84 lib_deps_ledmatrix =