Skip to content

Commit 8743e4b

Browse files
committed
Fix debug
1 parent 39a15ab commit 8743e4b

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
@@ -58,7 +58,7 @@ void mqttmsg_callback(MongooseString topic, MongooseString payload) {
5858
}
5959
else if (topic_string == mqtt_vrms){
6060
voltage = payload_str.toFloat();
61-
DBUGF("voltage:%d", voltage);
61+
DBUGF("voltage:%.1f", voltage);
6262
OpenEVSE.setVoltage(voltage, [](int ret) {
6363
// Only gives better power calculations so not critical if this fails
6464
});

0 commit comments

Comments
 (0)