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