Skip to content

Commit 07c2e57

Browse files
Rocketctsandeepmistry
authored andcommitted
Changed POW_ON pin value on MKR1500's variant
Changed POW_ON pin value on MKRNB 1500 vatriant file, to allow the power on from MKRNB library.
1 parent a69fbe3 commit 07c2e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/mkrnb1500/variant.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ void initVariant() {
226226
disable_battery_fet(!batteryPresent);
227227
#endif
228228

229-
// enable the POW_ON pin
229+
// power off the module
230230
pinMode(SARA_PWR_ON, OUTPUT);
231-
digitalWrite(SARA_PWR_ON, HIGH);
231+
digitalWrite(SARA_PWR_ON, LOW);
232232

233233
// put SARA modem in reset on start to conserve power if it's not used
234234
pinMode(SARA_RESETN, OUTPUT);

0 commit comments

Comments
 (0)