mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-04 12:00:27 +00:00
15 lines
250 B
Markdown
15 lines
250 B
Markdown
|
# paperdash-display
|
||
|
|
||
|
## compile and upload new firmware
|
||
|
```properties
|
||
|
platformio run --target upload
|
||
|
```
|
||
|
|
||
|
## app development
|
||
|
```properties
|
||
|
# build new dist files
|
||
|
yarn --cwd app build
|
||
|
|
||
|
# upload to device filesystem
|
||
|
platformio run --target uploadfs
|
||
|
```
|