adjust headlight

This commit is contained in:
Siwat Sirichai 2022-11-10 22:30:22 +07:00
parent 4be5625dd5
commit 1ef5ba20c8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ COLLISION_ENABLE = True
LEDS_DATA_PIN = 17
LEDS_NUM = 16
HEADLIGHT_LEDS = [5, 10]
HEADLIGHT_LEDS = [1, 2, 3, 4]
LEFT_SIGNAL_LEDS = [4, 5, 6, 7]
RIGHT_SIGNAL_LEDS = [0, 1, 14, 15]
REVERSE_LEDS = [11, 10, 9]