Skip to content

Commit

Permalink
Migrate to Platformio, Some UI fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KushlaVR committed Apr 8, 2023
1 parent 989907b commit 742082b
Show file tree
Hide file tree
Showing 49 changed files with 2,403 additions and 45 deletions.
12 changes: 3 additions & 9 deletions HTML-Remote/bundleconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
],
// Optionally specify minification options
"minify": {
"enabled": true
"enabled": false
},
"sourceMap": false
},
Expand Down Expand Up @@ -478,13 +478,7 @@
"minify": {
"enabled": false
}
},

{
"outputFileName": "data/mp3/fire.mp3",
// An array of relative input file paths. Globbing patterns supported
"inputFiles": [
"mp3/fire.mp3"
]
}


]
5 changes: 2 additions & 3 deletions HTML-Remote/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
body {
padding: 0;
margin: auto;
background: #032A42;
background: #383a21;
width: 100vw;
overflow: hidden;
}
Expand All @@ -22,10 +22,9 @@ body {
.main .screen {
display: block;
position: relative;
/*margin: 10px auto;*/
width: 100vw;
height: 47vw;
background-color: #6c0334;
background-color: #6c033461;
border: 1px solid #ffe000;
box-shadow: rgba(0,0,0,0.1) 0px 1px 10px;
border-radius: 5px;
Expand Down
2 changes: 1 addition & 1 deletion HTML-Remote/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HTML-Remote/data/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HTML-Remote/data/img/cabin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion HTML-Remote/data/img/vehicle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 742082b

Please sign in to comment.