We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent a69fbe3 commit 07c2e57Copy full SHA for 07c2e57
variants/mkrnb1500/variant.cpp
@@ -226,9 +226,9 @@ void initVariant() {
226
disable_battery_fet(!batteryPresent);
227
#endif
228
229
- // enable the POW_ON pin
+ // power off the module
230
pinMode(SARA_PWR_ON, OUTPUT);
231
- digitalWrite(SARA_PWR_ON, HIGH);
+ digitalWrite(SARA_PWR_ON, LOW);
232
233
// put SARA modem in reset on start to conserve power if it's not used
234
pinMode(SARA_RESETN, OUTPUT);
0 commit comments