summaryrefslogtreecommitdiff
path: root/sw/Core/Src/plinky.c
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-11-24 15:53:00 +0100
committerJulian Hurst <ark@mansus.space>2024-11-24 15:53:00 +0100
commit1a7da03d36aa8efc49a1e644ab216f25052fe792 (patch)
tree2fe3c596258a61285c0b56f90ef5cee21ff78468 /sw/Core/Src/plinky.c
parent4028a032e53e6c01a7ad273492567a57f5ab7b4f (diff)
downloadplinky-main.tar.gz
Increase delay to stabilise power to 1000msmain
Diffstat (limited to 'sw/Core/Src/plinky.c')
-rwxr-xr-xsw/Core/Src/plinky.c2
1 files changed, 1 insertions, 1 deletions
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.