mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 13:54:22 -04:00
WIP PSI selector
This commit is contained in:
parent
1c81c7a8ba
commit
0523aabe91
2 changed files with 21 additions and 0 deletions
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue