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

Commit

Permalink
esp32/bootloader: increased Delay for RGB LED init to 300us
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahdan88 committed Dec 12, 2018
1 parent 07fd33e commit bc4d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32/bootloader/mperror.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void mperror_init0 (void) {

mperror_heart_beat.enabled = true;
//delay introduced to separate last falling edge of signal and next color code
ets_delay_us(150);
ets_delay_us(300);
mperror_heartbeat_switch_off();
}

Expand Down

0 comments on commit bc4d7d0

Please sign in to comment.