Go to file
2020-03-02 22:37:31 +01:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
data boot data #16 2020-02-29 19:43:00 +01:00
include rest api completed #15 2020-03-02 20:58:40 +01:00
lib Initial commit 2020-02-10 12:24:04 +01:00
src download weather data + improve face layout #16 2020-03-02 22:37:31 +01:00
test Initial commit 2020-02-10 12:24:04 +01:00
.editorconfig Initial commit 2020-02-10 12:24:04 +01:00
.gitignore remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
.travis.yml Initial commit 2020-02-10 12:24:04 +01:00
platformio.ini remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
README.md remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00

paperdash-display

compile and upload new firmware

platformio run --target upload

app development

# build new dist files
yarn --cwd app build

# upload to device filesystem
platformio run --target uploadfs

# send a picture to display over json
curl -F 'myImage=@blackPNG.png' http://192.168.178.62/api/face

# erase flash memory
pio run --target erase

access fs over http

get photos from calendar face http://192.168.178.65/fs/calendarPhoto.png