Обновление платы на V2

This commit is contained in:
cfif 2026-05-18 11:05:07 +03:00
parent ad833e84fb
commit 1d389c428f
1 changed files with 4 additions and 4 deletions

View File

@ -265,15 +265,15 @@ static void set_led_group(tCCU_DRS_Req *req, uint8_t led_group, uint8_t count) {
uint8_t b3 = 0; uint8_t b3 = 0;
if (count == 1) { if (count == 1) {
b1 = 1; b1 = 0;
b2 = 0; b2 = 0;
b3 = 0; b3 = 1;
} }
if (count == 2) { if (count == 2) {
b1 = 1; b1 = 0;
b2 = 1; b2 = 1;
b3 = 0; b3 = 1;
} }
if (count == 3) { if (count == 3) {