Skip to content

Commit dd41ae5

Browse files
committed
Signatures for 202305 release
1 parent 03f82ae commit dd41ae5

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

reference/speeduino.ini

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

88
queryCommand = "Q"
9-
signature = "speeduino 202210-dev"
9+
signature = "speeduino 202305"
1010
versionInfo = "S" ;This info is what is displayed to user
1111

1212
[TunerStudio]

speeduino/comms.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +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','2','1','0','-','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', '2', '.', '1', '0', '-', 'd', 'e', 'v'};
66+
//constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','2','1','0','-','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', '2', '.', '1', '0', '-', 'd', 'e', 'v'};
68+
constexpr byte codeVersion[] PROGMEM = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','3','0','5'} ; //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', '.', '0', '5'};
6870
constexpr byte testCommsResponse[] PROGMEM = { SERIAL_RC_OK, 255 };
6971
//!@}
7072

speeduino/comms_legacy.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ void legacySerialCommand(void)
284284
break;
285285

286286
case 'Q': // send code version
287-
//Serial.print(F("speeduino 202207"));
288-
Serial.print(F("speeduino 202210-dev"));
287+
Serial.print(F("speeduino 202305"));
288+
//Serial.print(F("speeduino 202210-dev"));
289289
break;
290290

291291
case 'r': //New format for the optimised OutputChannels
@@ -317,8 +317,8 @@ void legacySerialCommand(void)
317317
break;
318318

319319
case 'S': // send code version
320-
//Serial.print(F("Speeduino 2022.07"));
321-
Serial.print(F("Speeduino 2022.10-dev"));
320+
Serial.print(F("Speeduino 2023.05"));
321+
//Serial.print(F("Speeduino 2022.10-dev"));
322322
currentStatus.secl = 0; //This is required in TS3 due to its stricter timings
323323
break;
324324

speeduino/storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void writeConfig(uint8_t pageNum)
172172
{
173173
EEPROM_MAX_WRITE_BLOCK = (uint8_t)(15000U / currentStatus.RPM);
174174
EEPROM_MAX_WRITE_BLOCK = max(EEPROM_MAX_WRITE_BLOCK, 1);
175-
EEPROM_MAX_WRITE_BLOCK = min(EEPROM_MAX_WRITE_BLOCK, 20); //Any higher than this will cause comms timeouts on AVR
175+
EEPROM_MAX_WRITE_BLOCK = min(EEPROM_MAX_WRITE_BLOCK, 15); //Any higher than this will cause comms timeouts on AVR
176176
}
177177
#endif
178178

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