Skip to content

Commit 4e5070e

Browse files
authored
Merge branch 'master' into testing
2 parents 0fb74da + 10c3d7f commit 4e5070e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/wired-ethernet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -
5252
Subsequent upgrades:
5353

5454
```bash
55-
esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 0x10000 openevse_esp32-gateway-e.bin
55+
esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 openevse_esp32-gateway-e.bin
5656
```
5757

5858
### For rev F/G

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)