You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Thomas Ballmann 4ff72d2120 initial commit vuejs app for editing device settings 4 years ago
.vscode initial commit vuejs app for editing device settings 4 years ago
app initial commit vuejs app for editing device settings 4 years ago
data initial commit vuejs app for editing device settings 4 years ago
include initial commit vuejs app for editing device settings 4 years ago
lib Initial commit 4 years ago
src initial commit vuejs app for editing device settings 4 years ago
test Initial commit 4 years ago
.editorconfig Initial commit 4 years ago
.gitignore initial commit vuejs app for editing device settings 4 years ago
.travis.yml Initial commit 4 years ago
README.md initial commit vuejs app for editing device settings 4 years ago
platformio.ini completed many cool thinks 4 years ago

README.md

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