Skip to content

Commit f12499c

Browse files
committed
update cloudserial #ifdef
1 parent 94e6fc5 commit f12499c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/CloudSerial.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
software without disclosing the source code of your own applications. To purchase
1515
a commercial license, send an email to [email protected].
1616
*/
17-
#if defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT) || defined(ARDUINO_ESP8266_ESP12) || defined(ARDUINO_ARCH_ESP32) || defined(ESP8266)
17+
#include "ArduinoIoTCloud_Defines.h"
18+
#ifndef HAS_LORA
19+
20+
//defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWIFI1010) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_NANO_33_IOT) || defined(ARDUINO_ESP8266_ESP12) || defined(ARDUINO_ARCH_ESP32) || defined(ESP8266)
1821

1922
#include "ArduinoIoTCloud.h"
2023
#include "CloudSerial.h"

0 commit comments

Comments
 (0)