From 905a8642ff98e8ff75d6dabe47369804b3649ea3 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Mon, 17 Jul 2017 16:36:44 +1000 Subject: [PATCH] July dev signature --- reference/speeduino.ini | 17 +++++++++++------ speeduino/comms.ino | 4 ++-- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/reference/speeduino.ini b/reference/speeduino.ini index 56c9a685..fe02bacb 100644 --- a/reference/speeduino.ini +++ b/reference/speeduino.ini @@ -7,7 +7,7 @@ queryCommand = "Q" ;signature = 20 - signature = "speeduino 201706" + signature = "speeduino 201707-dev" versionInfo = "S" ; Put this in the title bar. ;[TunerStudio] @@ -429,10 +429,9 @@ page = 6 lnchPullRes = bits, U08, 60, [0:1], "Float" , "Pullup", "INVALID", "INVALID" fuelTrimEnabled= bits, U08, 60, [2:2], "No", "Yes" flatSEnable = bits, U08, 60, [3:3], "No", "Yes" - unused6-60e = bits, U08, 60, [4:4], "ONE", "INVALID" - unused6-60f = bits, U08, 60, [5:5], "ONE", "INVALID" - unused6-60g = bits, U08, 60, [6:6], "ONE", "INVALID" - unused6-60h = bits, U08, 60, [7:7], "ONE", "INVALID" +; Baro Sensor + useExtBaro = bits, U08, 60, [4:4], "No", "Yes" + baroPin = bits, U08, 60, [5:7], "ONE", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID" ; Flat shift flatSSoftWin = scalar, U08, 61, "rpm", 100, 0.0, 100, 25500, 0 @@ -956,6 +955,7 @@ menuDialog = main multiplyMAP = "If enabled, the MAP reading is included directly into the pulsewidth calculation. This results in a flatter VE table that can be easier to tune in some instances. VE table must be retuned when this value is changed." includeAFR = "When enabled, the current AFR reading is incorporated directly in the pulsewidth calculation as a percentage of the current target ratio. VE table must be retuned when this value is changed. " + useExtBaro = "By Default, Speeduino will measure barometric pressure upon startup. Optionally however, a 2nd pressure sensor can be used to perform live barometric readings whilst the system is on." flexEnabled = "Turns on readings from the Flex sensor and enables the below adjustments" flexFreqLow = "The frequency of the sensor at 0% ethanol (50Hz for standard GM/Continental sensor)" @@ -1381,7 +1381,7 @@ menuDialog = main dialog = mapCal, "Calibrate MAP" field = "#MAP Sensor" - settingSelector = "Common MAP Sensors" + settingSelector = "Common Pressure Sensors" settingOption = "MPX4115", mapMin=10, mapMax=122 settingOption = "MPX4250", mapMin=10, mapMax=260 settingOption = "GM 1-BAR", mapMin=10, mapMax=105 @@ -1396,6 +1396,11 @@ menuDialog = main field = "Value At 0.0 Volts", mapMin field = "Value At 5.0 Volts", mapMax + field = "#Baro Sensor" + field = "Use external Baro sensor", useExtBaro + field = "Analog pin to use for ext. Baro sensor", baroPin + + dialog = boostSettings, "Boost Control" topicHelp = "http://speeduino.com/wiki/index.php/Boost_Control" field = "Boost Control Enabled", boostEnabled diff --git a/speeduino/comms.ino b/speeduino/comms.ino index 5f7f6fdd..3b5d5ca7 100644 --- a/speeduino/comms.ino +++ b/speeduino/comms.ino @@ -80,12 +80,12 @@ void command() break; case 'S': // send code version - Serial.print("Speeduino 2017.06"); + Serial.print("Speeduino 2017.07-dev"); currentStatus.secl = 0; //This is required in TS3 due to its stricter timings break; case 'Q': // send code version - Serial.print("speeduino 201706"); + Serial.print("speeduino 201707-dev"); break; case 'V': // send VE table and constants in binary