This commit is contained in:
stevenhowes
2018-09-13 20:45:02 +01:00
parent 913692694f
commit 437a2cc9a5
9 changed files with 43 additions and 70 deletions
+1
View File
@@ -2,6 +2,7 @@ void map_init()
{
task_map_run();
// Highest and lowest kPa anywhere on earth
if(map_current_value < 87)
Serial.println("ERR: MAP low");
else if(map_current_value > 108)