Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit bc4d7d0

Browse files
author
iwahdan88
committed
esp32/bootloader: increased Delay for RGB LED init to 300us
1 parent 07fd33e commit bc4d7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/bootloader/mperror.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void mperror_init0 (void) {
6262

6363
mperror_heart_beat.enabled = true;
6464
//delay introduced to separate last falling edge of signal and next color code
65-
ets_delay_us(150);
65+
ets_delay_us(300);
6666
mperror_heartbeat_switch_off();
6767
}
6868

0 commit comments

Comments
 (0)