Skip to content

Commit 9809e3e

Browse files
committed
Remove old fix
1 parent 8356bbe commit 9809e3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Firmware/LoRaSerial/System.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,9 +1100,6 @@ void updateLeds()
11001100
{
11011101
static uint8_t previousLedUse;
11021102

1103-
//If training button is being pressed, LEDs are being updated by that function
1104-
if (trainBtn != NULL && trainBtn->read()) return;
1105-
11061103
//When changing patterns, start with the LEDs off
11071104
if (previousLedUse != settings.selectLedUse)
11081105
{

0 commit comments

Comments
 (0)