Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to firmware 1.64 #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define MPPT_100_30 // Define used Victron Device

// Supported:
// "MPPT 75 | 10"
// "MPPT 75 | 10" tested with FW 1.64
// "MPPT 75 | 15" tested with FW 1.56
// "MPPT 100 | 20" tested with FW 1.5 / 1.56
// "MPPT 100 | 30" tested with FW 1.59
Expand All @@ -20,7 +20,7 @@
const byte buffsize = 32;
const byte value_bytes = 33;
const byte label_bytes = 9;
const byte num_keywords = 18;
const byte num_keywords = 20;

char keywords[num_keywords][label_bytes] = {
"PID",
Expand All @@ -31,6 +31,8 @@
"VPV",
"PPV",
"CS",
"MPPT",
"OR",
"ERR",
"LOAD",
"IL",
Expand Down