fix typo in readme

This commit is contained in:
viandoxdev 2023-02-04 15:34:52 +01:00
parent 3dacc54ef1
commit 749c8f6c01
No known key found for this signature in database
GPG Key ID: AF1410C5BC10AA25
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Additionaly messages can be sent to the client's fifo to change the led colors (
// (default: [0, 0]) Setting for the rumble, values are in range 0-255 first element is small rumble, second is big
"rumble": [255, 0],
// (default: [0, 0]) Setting for led flash, values are in range 0-255, first element is led on, second is led off
"false": [0, 255],
"flash": [0, 255],
// (default: "#FFFFFF") Hex color for the led
"led_color": "#FF0000"
}