diff --git a/comms_8cpp.html b/comms_8cpp.html index b745d8d38..f6b06a11d 100644 --- a/comms_8cpp.html +++ b/comms_8cpp.html @@ -212,9 +212,9 @@   static constexpr byte canId [] = {SERIAL_RC_OK, 0}   -static constexpr byte codeVersion [] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','1'} +static constexpr byte codeVersion [] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','4','-','d','e','v'}   -static constexpr byte productString [] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '1'} +static constexpr byte productString [] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '4', '-', 'd', 'e', 'v'}   static constexpr byte testCommsResponse [] = { SERIAL_RC_OK, 255 }   diff --git a/group__group-serial-hard-coded-responses.html b/group__group-serial-hard-coded-responses.html index 01bb8e169..a2e52b838 100644 --- a/group__group-serial-hard-coded-responses.html +++ b/group__group-serial-hard-coded-responses.html @@ -91,9 +91,9 @@   static constexpr byte canId [] = {SERIAL_RC_OK, 0}   -static constexpr byte codeVersion [] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','1'} +static constexpr byte codeVersion [] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','4','-','d','e','v'}   -static constexpr byte productString [] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '1'} +static constexpr byte productString [] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '4', '-', 'd', 'e', 'v'}   static constexpr byte testCommsResponse [] = { SERIAL_RC_OK, 255 }   @@ -132,7 +132,7 @@

- +
constexpr byte codeVersion[] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','1'}constexpr byte codeVersion[] = { SERIAL_RC_OK, 's','p','e','e','d','u','i','n','o',' ','2','0','2','5','0','4','-','d','e','v'}
@@ -154,7 +154,7 @@

- +
constexpr byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '1'}constexpr byte productString[] = { SERIAL_RC_OK, 'S', 'p', 'e', 'e', 'd', 'u', 'i', 'n', 'o', ' ', '2', '0', '2', '5', '.', '0', '4', '-', 'd', 'e', 'v'}
diff --git a/updates_8cpp.html b/updates_8cpp.html index 1ba82934a..3ab0cc81a 100644 --- a/updates_8cpp.html +++ b/updates_8cpp.html @@ -90,7 +90,7 @@ - +

Macros

#define CURRENT_DATA_VERSION   24
#define CURRENT_DATA_VERSION   25
 

@@ -116,7 +116,7 @@

- +
#define CURRENT_DATA_VERSION   24#define CURRENT_DATA_VERSION   25
diff --git a/updates_8h_source.html b/updates_8h_source.html index febbc6c59..625a80a18 100644 --- a/updates_8h_source.html +++ b/updates_8h_source.html @@ -98,11 +98,11 @@
table_type_t
Table type identifiers. Limited compile time RTTI.
Definition table3d.h:69
table_type_t key
Definition table3d.h:120
3D table data types and functions
-
void multiplyTableValue(uint8_t pageNum, uint8_t multiplier)
Definition updates.cpp:835
-
void divideTableValue(uint8_t pageNum, uint8_t divisor)
Definition updates.cpp:844
+
void multiplyTableValue(uint8_t pageNum, uint8_t multiplier)
Definition updates.cpp:845
+
void divideTableValue(uint8_t pageNum, uint8_t divisor)
Definition updates.cpp:854
void doUpdates(void)
Definition updates.cpp:19
-
void multiplyTableLoad(void *pTable, table_type_t key, uint8_t multiplier)
Definition updates.cpp:815
-
void divideTableLoad(void *pTable, table_type_t key, uint8_t divisor)
Definition updates.cpp:825
+
void multiplyTableLoad(void *pTable, table_type_t key, uint8_t multiplier)
Definition updates.cpp:825
+
void divideTableLoad(void *pTable, table_type_t key, uint8_t divisor)
Definition updates.cpp:835