Go to file
2020-12-04 21:21:16 +01:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app auto-detect initial app state and redirect user 2020-12-04 21:21:16 +01:00
assets weekday bugfix #20 2020-03-11 21:19:08 +01:00
data calendar face - initial picture replaced 2020-05-02 22:30:57 +02:00
include refactore to separate modules 2020-09-30 20:08:11 +02:00
lib add device name to stats 2020-12-04 21:18:04 +01:00
src refactore to separate modules 2020-09-30 20:08:11 +02:00
test Initial commit 2020-02-10 12:24:04 +01:00
.editorconfig editorconfig - use spaces for vue files 2020-11-17 22:46:07 +01:00
.gitignore update git ignore 2020-10-01 21:29:14 +02:00
.travis.yml Initial commit 2020-02-10 12:24:04 +01:00
git_rev_macro.py #40 make firmware data accessible - missing file 2020-11-01 16:20:51 +01:00
partitions_pd.csv code clean up and small improvements 2020-05-20 12:52:07 +02:00
platformio.ini update firmware dependencies 2020-11-30 21:36:09 +01:00
README.md rework api and ota 2020-11-14 18:35:45 +01:00

paperdash-display

build for deployment

pio run --environment lolin32
platformio run --target buildfs

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 '=@test3.png;filename=dithering' http://192.168.178.62/api/face

# get current picture as bmp
curl http://192.168.178.62/current-image --output current.bmp

# erase flash memory
pio run --target erase

access fs over http

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