Compare commits

..

No commits in common. "e86d80b91b337fbf7d4ffd05166a6b5bedaf86d9" and "d4b13500998378c5ae236f5cef46252e0c9fded7" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
Temperature, air humidity and soil humidity sensor that communicates via MQTT. The project is implemented using a Wemos D1 mini board with the following addons:
- DHT11 temperature and humidity
- FC-28 soil hygrometer sensor
- DHT11
- Soil hygrometer sensor
- Battery shield
- 3.7V 1000mAh Lithium battery

View File

@ -2,4 +2,4 @@
with pkgs;
mkShell { buildInputs = [ platformio clang ]; }
mkShell { buildInputs = [ platformio ]; }