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 fec3d64 commit 50c8425Copy full SHA for 50c8425
src/Arduino_GSMConnectionHandler.h
@@ -22,15 +22,11 @@
22
INCLUDE
23
******************************************************************************/
24
25
+#include "Arduino_TcpIpConnectionHandler.h"
26
27
28
#ifdef BOARD_HAS_GSM /* Only compile if this is a board with GSM */
29
-#include "Arduino_TcpIpConnectionHandler.h"
30
-#ifdef ARDUINO_SAMD_MKRGSM1400
31
- #include <MKRGSM.h>
32
-#endif
33
-
34
/******************************************************************************
35
CLASS DECLARATION
36
0 commit comments