File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 14
14
software without disclosing the source code of your own applications. To purchase
15
15
a commercial license, send an email to [email protected] .
16
16
*/
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)
18
21
19
22
#include " ArduinoIoTCloud.h"
20
23
#include " CloudSerial.h"
You can’t perform that action at this time.
0 commit comments