Skip to content

Commit 82183d9

Browse files
committed
Fixed unit, now in amps
1 parent 16f1664 commit 82183d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mqtt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void mqttmsg_callback(MongooseString topic, MongooseString payload) {
7272
else if (topic_string == mqtt_live_pwr)
7373
{
7474
shaper.setLivePwr(payload_str.toInt());
75-
DBUGF("shaper: available amps:%dW", shaper.getChgCur());
75+
DBUGF("shaper: available amps:%dA", shaper.getChgCur());
7676
}
7777
else if (topic_string == mqtt_vrms)
7878
{

0 commit comments

Comments
 (0)