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 @@
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'} |
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'} |
Macros | |
#define | CURRENT_DATA_VERSION 24 |
#define | CURRENT_DATA_VERSION 25 |
@@ -116,7 +116,7 @@
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 @@
3D table data types and functions void multiplyTableValue(uint8_t pageNum, uint8_t multiplier) Definition updates.cpp:835 void multiplyTableValue(uint8_t pageNum, uint8_t multiplier) Definition updates.cpp:845 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 |