From d413c5d39f3c473a8a8ce327ede7833240d860e3 Mon Sep 17 00:00:00 2001 From: Verkehrsrot Date: Fri, 18 Oct 2019 19:06:30 +0200 Subject: [PATCH] rollback to platform espressif 1.8.0 --- platformio.ini | 2 +- src/lmic_config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 80148ece..fd717815 100644 --- a/platformio.ini +++ b/platformio.ini @@ -51,7 +51,7 @@ extra_scripts = pre:build.py otakeyfile = ota.conf lorakeyfile = loraconf.h lmicconfigfile = lmic_config.h -platform_espressif32 = espressif32@1.11.0 +platform_espressif32 = espressif32@1.8.0 monitor_speed = 115200 upload_speed = 115200 lib_deps_lora = diff --git a/src/lmic_config.h b/src/lmic_config.h index e668bc70..18b3c6b3 100644 --- a/src/lmic_config.h +++ b/src/lmic_config.h @@ -88,7 +88,7 @@ // implementation is optimized for speed on 32-bit processors using // fairly big lookup tables, but it takes up big amounts of flash on the // AVR architecture. -#define USE_ORIGINAL_AES +//#define USE_ORIGINAL_AES // // This selects the AES implementation written by Ideetroon for their // own LoRaWAN library. It also uses lookup tables, but smaller