B-L072 ST Board BMP280 LoRaWAN end node

Dependencies:   BME280

Temperature/Pressure LoRaWAN End Node

Revision:
36:08d94248181b
Parent:
33:3776745e4d93
--- a/mbedtls_lora_config.h	Mon Sep 03 08:45:34 2018 +0100
+++ b/mbedtls_lora_config.h	Mon Sep 10 07:30:20 2018 +0100
@@ -34,7 +34,10 @@
 // These are only reference configurations for this LoRa example application.
 // Other LoRa applications might need different configurations.
 #define MBEDTLS_AES_FEWER_TABLES
+
 #undef MBEDTLS_GCM_C
-
+#undef MBEDTLS_CHACHA20_C
+#undef MBEDTLS_CHACHAPOLY_C
+#undef MBEDTLS_POLY1305_C
 
 #endif /* MBEDTLS_LORA_CONFIG_H */