device weatherstation 433
1.0.0

Out-of-the-box# Get device stats as json
$ curl http://paperdash-epd.local/stats
# Download current image display
$ curl http://paperdash-epd.local/api/device/screen > current.bmpThe whole architecture was inspired from the arduino concept with a setup() and loop() function. This is the reason why everything is broken down into separate modules below
/lib. Each module has basically asetupXXX()andloopXXX()method.
$ pio run --environment esp32
# update esp
$ platformio run --target uploadBased on state of the art technologie Vue.js + Vuetify + Webpack
$ yarn --cwd app
$ yarn --cwd app build
# update esp
$ platformio run --target uploadfs
# alternative, create spiffs.bin
$ platformio run --target buildfs