Signatures for 202402 release

This commit is contained in:
Josh Stewart 2024-02-23 15:55:56 +11:00
parent 7879d6a3cc
commit a4eed5f3e3
4 changed files with 8 additions and 9 deletions

View File

@ -5,7 +5,7 @@
MTversion = 2.25
queryCommand = "Q"
signature = "speeduino 202311-dev"
signature = "speeduino 202402"
versionInfo = "S" ;This info is what is displayed to user
[TunerStudio]

View File

@ -63,10 +63,10 @@ void sendCompositeLog(void);
*/
constexpr byte serialVersion[] PROGMEM = {SERIAL_RC_OK, '0', '0', '2'};
constexpr byte canId[] PROGMEM = {SERIAL_RC_OK, 0};
constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','3','1','1','-','d','e','v'} ; //Note no null terminator in array and statu variable at the start
constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '3', '.', '1', '1', '-', 'd', 'e', 'v'};
//constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','3','1','0'} ; //Note no null terminator in array and statu variable at the start
//constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '3', '.', '1', '0'};
//constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','3','1','1','-','d','e','v'} ; //Note no null terminator in array and statu variable at the start
//constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '3', '.', '1', '1', '-', 'd', 'e', 'v'};
constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','4','0','2'} ; //Note no null terminator in array and statu variable at the start
constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '4', '.', '0', '2'};
constexpr byte testCommsResponse[] PROGMEM = { SERIAL_RC_OK, 255 };
//!@}

View File

@ -622,7 +622,7 @@ void legacySerialHandler(byte cmd, Stream &targetPort, SerialStatus &targetStatu
break;
case 'Q': // send code version
targetPort.print(F("speeduino 202311-dev"));
targetPort.print(F("speeduino 202402"));
//targetPort.print(F("speeduino 202310"));
break;
@ -655,8 +655,7 @@ void legacySerialHandler(byte cmd, Stream &targetPort, SerialStatus &targetStatu
break;
case 'S': // send code version
targetPort.print(F("Speeduino 2023.11-dev"));
//targetPort.print(F("Speeduino 2023.10"));
targetPort.print(F("Speeduino 2024.02"));
break;
}
}

View File

@ -727,7 +727,7 @@ void doUpdates(void)
if(readEEPROMVersion() == 22)
{
//202311-dev
//202402
if( configPage10.wmiMode >= WMI_MODE_OPENLOOP ) { multiplyTableValue(wmiMapPage, 2); } //Increased PWM resolution from 0-100 to 0-200 to match VVT