Skip to content

Commit

Permalink
mathieucarbou/MycilaJSY @ 13.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 26, 2025
1 parent f193c8d commit 24a0ada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ lib_deps =
mathieucarbou/MycilaESPConnect @ 7.1.1
mathieucarbou/MycilaEasyDisplay @ 3.1.0
mathieucarbou/MycilaHADiscovery @ 6.0.1
mathieucarbou/MycilaJSY @ 13.0.3
; mathieucarbou/MycilaJSY @ 13.0.4
https://github.com/mathieucarbou/MycilaJSY/archive/refs/tags/v13.0.4.zip
mathieucarbou/MycilaLogger @ 3.2.1
mathieucarbou/MycilaMQTT @ 6.0.5
mathieucarbou/MycilaNTP @ 6.0.5
Expand Down
2 changes: 1 addition & 1 deletion src/yasolr_jsy_remote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void onData(AsyncUDPPacket packet) {
.power = doc["channel1"]["active_power"] | NAN,
.powerFactor = doc["channel1"]["power_factor"] | NAN,
.resistance = doc["channel1"]["resistance"] | NAN,
.thdi = doc["channel1"]["thdi"] | NAN,
.thdi = doc["channel1"]["thdi_0"] | NAN,
.voltage = doc["channel1"]["voltage"] | NAN,
});
break;
Expand Down

0 comments on commit 24a0ada

Please sign in to comment.