WIP PSI selector

This commit is contained in:
jLynx 2022-03-24 16:10:55 +13:00
parent 1c81c7a8ba
commit 0523aabe91
2 changed files with 21 additions and 0 deletions

View file

@ -138,6 +138,15 @@ private:
}
};
OptionsField options_type {
{ 5 * 8, 0 * 16 },
3,
{
{ "kPa", 0 },
{ "PSI", 1 }
}
};
RFAmpField field_rf_amp {
{ 13 * 8, 0 * 16 }
};