Add license
Rearrange README
Fix markdown syntax
Since I have an issue with watering plants on schedule and seedlings are less forgiving than larger plants, this may help me not kill my new seedlings.
Once twitter is connected, you can find the project at @andrews_plant.
This program uses the ESP8266WiFi library and is thus not
compatible with other microcontrollers. Additionally, PlatformIO is configured
to use the WeMos D1 Mini board. If you are using a different ESP8266 board you
may need to update platformio.ini
to target the board you're using.
This project builds and ships using PlatformIO. You can find instructions on installing PlatformIO on their website.
Before you can compile the program, you must add your wireless credentials to
./include/wifi_credentials.h
. You find a stubbed version of the header at
./include/wifi_credentials.h.stub
.
With wifi credentials in place, PlatformIO installed, and the board selected
and connected, you can upload the binary to the board with pio run -t upload
.