From 78b385369cf60afca7ef941411f8fa95a3901a6a Mon Sep 17 00:00:00 2001 From: Thomas Ballmann Date: Sun, 6 Dec 2020 09:57:36 +0100 Subject: [PATCH] docs updated to reflect latest changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2bc6460..f9ab091 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ yarn --cwd app build platformio run --target uploadfs # send a picture to display over json -curl -F '=@test3.png;filename=dithering' http://192.168.178.62/api/face +curl -F '=@test3.png;filename=dithering' http://paperdash-epd/api/device/screen # get current picture as bmp -curl http://192.168.178.62/current-image --output current.bmp +curl http://paperdash-epd/api/device/screen --output current.bmp # erase flash memory pio run --target erase @@ -33,4 +33,4 @@ pio run --target erase ## access fs over http > get photos from calendar face -http://192.168.178.65/fs/calendarPhoto.png +http://paperdash-epd/fs/calendarPhoto.png