Compare commits

...

2 Commits

Author SHA1 Message Date
coolneng e86d80b91b
Update README 2023-03-15 01:49:46 +01:00
coolneng 7bd32c7785
Add clang to dependencies 2023-03-15 01:41:23 +01:00
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: 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 - DHT11 temperature and humidity
- Soil hygrometer sensor - FC-28 soil hygrometer sensor
- Battery shield - Battery shield
- 3.7V 1000mAh Lithium battery - 3.7V 1000mAh Lithium battery

View File

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