Improve docs and logging

This commit is contained in:
2023-02-15 17:45:02 -07:00
parent ba96c67893
commit e29aac17ca
2 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#include "hardware.h"
#include "XGZP.h"
bool simulating = false;
bool simulating = true;
double simulatedPressure = 0.0;
double inflatePSIPerSecond = 0.0;
double deflatePSIPerSecond = 0.0;