We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6f8af commit dcd1616Copy full SHA for dcd1616
src/CatM1ConnectionHandler.cpp
@@ -56,6 +56,7 @@ unsigned long CatM1ConnectionHandler::getTime()
56
NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
57
{
58
#if defined (ARDUINO_EDGE_CONTROL)
59
+ /* Power on module */
60
pinMode(ON_MKR2, OUTPUT);
61
digitalWrite(ON_MKR2, HIGH);
62
#endif
0 commit comments