diff --git a/README.md b/README.md index effe61f..703021b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ yarn --cwd app build platformio run --target uploadfs # send a picture to display over json -curl -F 'myImage=@blackPNG.png' http://192.168.178.62/api/face +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 diff --git a/app/src/App.vue b/app/src/App.vue index 5754a70..4fc7529 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -15,13 +15,20 @@ --> - + paperdash.io - boxxi + {{ settings.device.name }} - {{ stats.wifi.rssi | wifiIcon(stats.wifi.secure) }} - {{ stats.device.time | moment("LT") }} + +