We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6cbce commit c79c71eCopy full SHA for c79c71e
src/CatM1ConnectionHandler.cpp
@@ -61,6 +61,7 @@ unsigned long CatM1ConnectionHandler::getTime()
61
NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
62
{
63
#if defined (ARDUINO_EDGE_CONTROL)
64
+ /* Power on module */
65
pinMode(ON_MKR2, OUTPUT);
66
digitalWrite(ON_MKR2, HIGH);
67
#endif
0 commit comments