Go to file
2020-05-02 22:24:30 +02:00
.vscode remove cloud stuff for standalone mode #16 2020-02-29 19:46:05 +01:00
app #13 basic working version of OTA 2020-05-02 12:23:00 +02:00
assets weekday bugfix #20 2020-03-11 21:19:08 +01:00
data clean up unnecessary data 2020-04-13 19:56:11 +02: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 enable randome picture auto update and some code improvements 2020-05-02 22:24:30 +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 added missing dependency 2020-05-01 22:57:47 +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