147
edits
| Line 65: | Line 65: | ||
| === Programming === | === Programming === | ||
| Code:<syntaxhighlight lang="arduino"> | Code: | ||
| '''platformio.ini'''<syntaxhighlight lang="arduino"> | |||
| [env:esp32dev] | |||
| platform = espressif32 | |||
| board = esp32dev | |||
| framework = arduino | |||
| lib_deps =  | |||
| 	arduino-libraries/ArduinoHttpClient@^0.6.1 | |||
| 	mathworks/ThingSpeak@^2.0.0 | |||
| 	adafruit/DHT sensor library@^1.4.6 | |||
|     marcoschwartz/LiquidCrystal_I2C@^1.1.4 | |||
| </syntaxhighlight> | |||
| '''main.cpp'''<syntaxhighlight lang="arduino"> | |||
| /* | /* | ||
|    Project: The Plant Plant - The Air Between Us |    Project: The Plant Plant - The Air Between Us | ||
edits