first Draft of UART for external LoRa-Module

This commit is contained in:
2023-05-25 14:00:06 +02:00
parent cd1379f90c
commit f727bb3247
5 changed files with 98 additions and 10 deletions

View File

@@ -14,6 +14,9 @@
#error "You must define an WIFI_AP_PASSWORD for Standalone AP-Mode"
#endif
#if defined(FEATURE_ENABLE_UARTLORA) && defined(FEATURE_ENABLE_LORA)
#error "You cannot enable LoRa and UART-Protocol at the same time!"
#endif
#ifdef FEATURE_ENABLE_WIFI_CLIENT
#ifndef WIFI_CLIENT_PASSWORD