Skip to content

Commit

Permalink
updated fw
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman3S committed Nov 20, 2021
1 parent 4a73f92 commit 4461046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void loop()
String bme = getBMEVal();

sendData(ss.StringSeparator(bme, ';', 0), ss.StringSeparator(bme, ';', 1), ss.StringSeparator(bme, ';', 2),String(getSoilMoisture()),String("0.0"),String("6.3"),String("0.0"),String("6.3"),String("0.0"));

//send values
ledState(ACTIVE_MODE);

lastPub = millis();
Expand Down

0 comments on commit 4461046

Please sign in to comment.