Skip to content

Commit

Permalink
updated fw, app
Browse files Browse the repository at this point in the history
  • Loading branch information
Nauman3S committed Dec 5, 2021
1 parent bbebe4c commit 63c9b26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Firmware/MQTTFuncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void callback(char *topic, byte *payload, unsigned int length)
{
if (pLoad.indexOf("restart=") >= 0)
{
ESP.reset();
ESP.restart();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Firmware/headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ String settingsPass;
#define R2 25
#define R3 33

int soil_sensorCalibValues[2]={550,0}//low,high
int soil_sensorCalibValues[2]={550,0};//low,high

#if defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266WiFi.h>
Expand Down
Binary file modified SmartphoneApp/SmartAgri.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions Web App/Frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63c9b26

Please sign in to comment.