Skip to content

Commit

Permalink
Revert commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Vincent committed Sep 25, 2024
1 parent fefb3de commit 148e030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion power-lights-panel/powerLights.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void powerLights::render()
if (!globals.electrics) {
// Turn off LEDS
globals.gpioCtrl->writeLed(apuMasterControl, false);
//globals.gpioCtrl->writeLed(apuStartControl, false);
globals.gpioCtrl->writeLed(apuStartControl, false);
globals.gpioCtrl->writeLed(apuBleedControl, false);

// Make sure settings get re-initialised
Expand Down

0 comments on commit 148e030

Please sign in to comment.