Commit 5bd4a26
committed
Fix bank LED initialization issue\n\nChanged Bank 2 and Bank 3 LED initialization from setup(1) to setup(0)\nto ensure only Bank 1 LED is on at startup, matching the intended behavior.\n\nThe BankManager constructor calls updateLEDs() which correctly sets only\nBank 1 LED on, but the initial hardware setup was incorrectly turning on\nall three bank LEDs.\n\nFixes: All three bank LEDs were on at startup instead of only the first one.\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe vibe@mistral.ai
1 parent 48d2038 commit 5bd4a26
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments