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 a version string of your firmware here
#define VER 1.18.R #define VER 1.19.R
/* Entries must be ordered as follows: /* Entries must be ordered as follows:
1. Saveable parameters (id != 0) 1. Saveable parameters (id != 0)
+2 -2
View File
@@ -83,8 +83,8 @@ static void Ms100Task(void)
static void MapChargerMessages() static void MapChargerMessages()
{ {
uint32_t dummyId; uint32_t dummyId;
uint8_t dummyOfs, dummyLen; uint8_t dummyOfs;
int8_t dummyAdd; int8_t dummyAdd, dummyLen;
float dummyGain; float dummyGain;
bool dummyrx; bool dummyrx;