Skip to content

Commit

Permalink
Merge pull request #168 from MalteSchm/only-mppt-150-fix
Browse files Browse the repository at this point in the history
Mppt string for SmartSolar 150/48 is wrong
  • Loading branch information
berni2288 committed Apr 12, 2023
2 parents 71128e5 + 06f6a4d commit d28c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/VeDirectFrameHandler/VeDirectFrameHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ String VeDirectFrameHandler::getPidAsString(uint16_t pid)
strPID = "SmartSolar MPPT 100|50";
break;
case 0XA058:
strPID = "SmartSolar MPPT 100|35";
strPID = "SmartSolar MPPT 150|35";
break;
case 0XA059:
strPID = "SmartSolar MPPT 150|10 rev2";
Expand Down

0 comments on commit d28c9db

Please sign in to comment.