rollback to platform espressif 1.8.0

This commit is contained in:
Verkehrsrot 2019-10-18 19:06:30 +02:00
parent f75cdd4f5c
commit d413c5d39f
2 changed files with 2 additions and 2 deletions

View File

@ -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 =

View File

@ -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