Skip to content

Commit

Permalink
fixing mppt string for SmartSolar 150/48
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteSchm committed Apr 9, 2023
1 parent e3964f8 commit 86ecc62
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 86ecc62

Please sign in to comment.