Skip to content

Commit a4eed5f

Browse files
committed
Signatures for 202402 release
1 parent 7879d6a commit a4eed5f

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

reference/speeduino.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
MTversion = 2.25
66

77
queryCommand = "Q"
8-
signature = "speeduino 202311-dev"
8+
signature = "speeduino 202402"
99
versionInfo = "S" ;This info is what is displayed to user
1010

1111
[TunerStudio]

speeduino/comms.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ void sendCompositeLog(void);
6363
*/
6464
constexpr byte serialVersion[] PROGMEM = {SERIAL_RC_OK, '0', '0', '2'};
6565
constexpr byte canId[] PROGMEM = {SERIAL_RC_OK, 0};
66-
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
67-
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'};
68-
//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
69-
//constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '3', '.', '1', '0'};
66+
//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
67+
//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'};
68+
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
69+
constexpr byte productString[] PROGMEM = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '4', '.', '0', '2'};
7070
constexpr byte testCommsResponse[] PROGMEM = { SERIAL_RC_OK, 255 };
7171
//!@}
7272

speeduino/comms_legacy.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ void legacySerialHandler(byte cmd, Stream &targetPort, SerialStatus &targetStatu
622622
break;
623623

624624
case 'Q': // send code version
625-
targetPort.print(F("speeduino 202311-dev"));
625+
targetPort.print(F("speeduino 202402"));
626626
//targetPort.print(F("speeduino 202310"));
627627
break;
628628

@@ -655,8 +655,7 @@ void legacySerialHandler(byte cmd, Stream &targetPort, SerialStatus &targetStatu
655655
break;
656656

657657
case 'S': // send code version
658-
targetPort.print(F("Speeduino 2023.11-dev"));
659-
//targetPort.print(F("Speeduino 2023.10"));
658+
targetPort.print(F("Speeduino 2024.02"));
660659
break;
661660
}
662661
}

speeduino/updates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ void doUpdates(void)
727727

728728
if(readEEPROMVersion() == 22)
729729
{
730-
//202311-dev
730+
//202402
731731

732732
if( configPage10.wmiMode >= WMI_MODE_OPENLOOP ) { multiplyTableValue(wmiMapPage, 2); } //Increased PWM resolution from 0-100 to 0-200 to match VVT
733733

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy