From 1a7da03d36aa8efc49a1e644ab216f25052fe792 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sun, 24 Nov 2024 15:53:00 +0100 Subject: Increase delay to stabilise power to 1000ms --- sw/Core/Src/plinky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/Core/Src/plinky.c b/sw/Core/Src/plinky.c index 5c45fc5..947d625 100755 --- a/sw/Core/Src/plinky.c +++ b/sw/Core/Src/plinky.c @@ -3162,7 +3162,7 @@ void EMSCRIPTEN_KEEPALIVE plinky_init(void) { emu_setadc(0.5f, 0.5f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, false, false, false); #endif dac_init(); - HAL_Delay(100); // stablise power before bringing oled up + HAL_Delay(1000); // stablise power before bringing oled up oled_init(); check_bootloader_flash(); reverb_clear(); // ram2 is not cleared by startup.s as written. -- cgit v1.2.3