Change PCV settings from fraction to percent

This commit is contained in:
Lew Rossman
2023-08-17 14:54:59 -04:00
parent 4577af9b19
commit 6aa2a21327
4 changed files with 17 additions and 12 deletions

View File

@@ -163,6 +163,10 @@ const
EN_CMD = 9;
EN_CMS = 10;
EN_PSI = 0; { Pressure units types }
EN_KPA = 1;
EN_METERS = 2;
EN_DDA = 0; { Demand model types }
EN_PDA = 1;