auto-formatting

This commit is contained in:
Proddy
2022-10-30 16:44:31 +01:00
parent 40f5f7026d
commit f3adc13c6d
2 changed files with 7 additions and 2 deletions

View File

@@ -742,7 +742,7 @@ void System::led_monitor() {
pixels.setPixelColor(0, 0, 0, 0);
pixels.show();
#else
digitalWrite(led_gpio_, !LED_ON); // LED off
digitalWrite(led_gpio_, !LED_ON); // LED off
#endif
} else if (led_flash_step_ % 2) {
// handle the step events (on odd numbers 3,5,7,etc). see if we need to turn on a LED