sdvxio-bio2: set title pop lights to 50% by default

This commit is contained in:
Will Xyen
2022-05-27 23:26:17 +00:00
committed by Xyen
parent 188a14e4ea
commit bf805e399a
+4
View File
@@ -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;
}