Updated to latest libopeninv

This commit is contained in:
johannes
2024-06-12 15:43:36 +02:00
parent b4029be7a0
commit 0de1be186a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
*/
//Define a version string of your firmware here
#define VER 1.18.R
#define VER 1.19.R
/* Entries must be ordered as follows:
1. Saveable parameters (id != 0)
+2 -2
View File
@@ -83,8 +83,8 @@ static void Ms100Task(void)
static void MapChargerMessages()
{
uint32_t dummyId;
uint8_t dummyOfs, dummyLen;
int8_t dummyAdd;
uint8_t dummyOfs;
int8_t dummyAdd, dummyLen;
float dummyGain;
bool dummyrx;