Skip to content

Commit

Permalink
Update xsns_20_novasds.ino (arendst#18444)
Browse files Browse the repository at this point in the history
  • Loading branch information
InHi66 authored Apr 18, 2023
1 parent 6f6c43a commit eb40496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasmota/tasmota_xsns_sensor/xsns_20_novasds.ino
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ void NovaSdsShow(bool json) {
#endif // USE_DOMOTICZ
#ifdef USE_WEBSERVER
} else {
WSContentSend_PD(HTTP_SNS_F_ENVIRONMENTAL_CONCENTRATION, types, "2.5", pm2_5);
WSContentSend_PD(HTTP_SNS_F_ENVIRONMENTAL_CONCENTRATION, types, "10", pm10);
WSContentSend_PD(HTTP_SNS_F_ENVIRONMENTAL_CONCENTRATION, types, "2.5", &pm2_5);
WSContentSend_PD(HTTP_SNS_F_ENVIRONMENTAL_CONCENTRATION, types, "10", &pm10);
#endif // USE_WEBSERVER
}
}
Expand Down

0 comments on commit eb40496

Please sign in to comment.