Go to file
2020-04-11 11:20:33 +02:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app optimize build for esp32 2020-04-11 11:20:33 +02:00
assets weekday bugfix #20 2020-03-11 21:19:08 +01:00
data update sample data 2020-03-08 18:28:47 +01:00
include refactoring to support multiple image decoder #7 2020-03-28 10:45:10 +01:00
lib Initial commit 2020-02-10 12:24:04 +01:00
src image downloader working now #21 2020-04-09 21:41:13 +02: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
partitions_pd.csv create custom partition to re-enable OTA 2020-04-09 22:18:59 +02:00
platformio.ini create custom partition to re-enable OTA 2020-04-09 22:18:59 +02:00
README.md clean up unnecessary information 2020-03-14 19:28:06 +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