Skip to content

Commit

Permalink
catM1: add comment about edge control module power on
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Oct 15, 2024
1 parent af6f8af commit dcd1616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CatM1ConnectionHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ unsigned long CatM1ConnectionHandler::getTime()
NetworkConnectionState CatM1ConnectionHandler::update_handleInit()
{
#if defined (ARDUINO_EDGE_CONTROL)
/* Power on module */
pinMode(ON_MKR2, OUTPUT);
digitalWrite(ON_MKR2, HIGH);
#endif
Expand Down

0 comments on commit dcd1616

Please sign in to comment.