Adjust flashing after frequency bump

This commit is contained in:
Daniel Lublin 2022-10-03 08:06:29 +02:00
parent ffa0bb48cb
commit 0d16dd5959
No known key found for this signature in database
GPG Key ID: 75BD0FEB8D3E7830

View File

@ -83,7 +83,7 @@ int main()
for (;;) {
// blocking; fw flashing white while waiting for cmd
in = readbyte_ledflash(LED_RED | LED_BLUE | LED_GREEN, 500000);
in = readbyte_ledflash(LED_RED | LED_BLUE | LED_GREEN, 800000);
if (parseframe(in, &hdr) == -1) {
puts("Couldn't parse header\n");