File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ void beginBoard()
167
167
168
168
pin_beeper = 33 ;
169
169
170
- pin_loraRadio_power = 19 ; // LoRa_EN
171
- pin_loraRadio_boot = 23 ; // LoRa_BOOT0
172
- pin_loraRadio_reset = 5 ; // LoRa_NRST
170
+ pin_loraRadio_power = 19 ; // LoRa_EN
171
+ pin_loraRadio_boot = 23 ; // LoRa_BOOT0
172
+ pin_loraRadio_reset = 5 ; // LoRa_NRST
173
173
174
174
DMW_if systemPrintf (" pin_bluetoothStatusLED: %d\r\n " , pin_bluetoothStatusLED);
175
175
pinMode (pin_bluetoothStatusLED, OUTPUT);
@@ -819,6 +819,14 @@ void tickerBegin()
819
819
}
820
820
}
821
821
822
+ // Stop any ticker tasks
823
+ void tickerStop ()
824
+ {
825
+ bluetoothLedTask.detach ();
826
+ gnssLedTask.detach ();
827
+ batteryLedTask.detach ();
828
+ }
829
+
822
830
// Configure the battery fuel gauge
823
831
void beginFuelGauge ()
824
832
{
You can’t perform that action at this time.
0 commit comments