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 e88417e commit 17b49afCopy full SHA for 17b49af
src/Arduino_CatM1ConnectionHandler.cpp
@@ -54,6 +54,10 @@ unsigned long CatM1ConnectionHandler::getTime()
54
55
NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
56
{
57
+#if defined (ARDUINO_EDGE_CONTROL)
58
+ pinMode(ON_MKR2, OUTPUT);
59
+ digitalWrite(ON_MKR2, HIGH);
60
+#endif
61
return NetworkConnectionState::CONNECTING;
62
}
63
0 commit comments