From 0de1be186adb812e884dfa8a33350cbd78880e21 Mon Sep 17 00:00:00 2001 From: johannes Date: Wed, 12 Jun 2024 15:43:36 +0200 Subject: [PATCH] Updated to latest libopeninv --- include/param_prj.h | 2 +- libopeninv | 2 +- src/main.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/param_prj.h b/include/param_prj.h index 6469b31..262d41e 100644 --- a/include/param_prj.h +++ b/include/param_prj.h @@ -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) diff --git a/libopeninv b/libopeninv index 115ea30..6f33c67 160000 --- a/libopeninv +++ b/libopeninv @@ -1 +1 @@ -Subproject commit 115ea3090d08d88ce7c32fdc70726e73d2f60f4d +Subproject commit 6f33c676cdc67c9a2bdd52530ff97eca1a98d287 diff --git a/src/main.cpp b/src/main.cpp index 1444d48..188d487 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;