Sensornode deepsleep info

This commit is contained in:
2017-09-16 19:48:04 +02:00
parent 6fbc1d350f
commit a3c19304d5
2 changed files with 6 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ void loop() {
client.end();
}
//https://www.mikrocontroller.net/topic/384345
ESP.deepSleep(MEASURESECONDS * 1000000);
//Let the esp chill a bit
delay(100);

View File

@@ -53,6 +53,11 @@ If you like to run humidityPi in a desired time intervall you can enable a cronj
### ESP-8266
[aRest](https://github.com/marcoschwartz/aREST)
### Rest Server
```
sudo apt install php7.0 php7.0-curl php7.0-gd php7.0-intl php7.0-mbstring php7.0-mcrypt php7.0-bz2 php7.0-cli php7.0-json php7.0-mysql php7.0-opcache php7.0-readline php7.0-xml php7.0-zip
```
# Used sources