mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2025-01-31 20:15:20 +01:00
sdvxio-bio2: set title pop lights to 50% by default
This commit is contained in:
parent
4f8f6c0f7a
commit
bd2d722031
@ -234,6 +234,10 @@ bool sdvx_io_write_output(void)
|
||||
pout_ready.wingLower[1] = wing_staging[7] / 2 + wing_staging[10] / 2;
|
||||
pout_ready.wingLower[2] = wing_staging[8] / 2 + wing_staging[11] / 2;
|
||||
|
||||
pout_ready.gpio2[0] = 127;
|
||||
pout_ready.gpio2[1] = 127;
|
||||
pout_ready.gpio2[2] = 127;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user