We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f1664 commit 82183d9Copy full SHA for 82183d9
src/mqtt.cpp
@@ -72,7 +72,7 @@ void mqttmsg_callback(MongooseString topic, MongooseString payload) {
72
else if (topic_string == mqtt_live_pwr)
73
{
74
shaper.setLivePwr(payload_str.toInt());
75
- DBUGF("shaper: available amps:%dW", shaper.getChgCur());
+ DBUGF("shaper: available amps:%dA", shaper.getChgCur());
76
}
77
else if (topic_string == mqtt_vrms)
78
0 commit comments