We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847a802 commit 2d50ceaCopy full SHA for 2d50cea
src/Arduino_LoRaConnectionHandler.cpp
@@ -19,7 +19,7 @@
19
INCLUDE
20
******************************************************************************/
21
22
-#if defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310) /* Only compile if the board has WiFi */
+#if defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRWAN1310) /* Only compile if the board has LoRa */
23
24
#include "Arduino_LoRaConnectionHandler.h"
25
0 commit comments