Stuff
public c v1 · immutabletypedef struct { int BoostMin; // BoostMin for graph Scaling int BoostMax; // BoostMax for graph Scaling int BoostAlarm;// Alarm for audible/visual boost warning} ConfigStruct;ConfigStruct Config = { .BoostMin = 0, .BoostMax = 500, .BoostAlarm = 300,};