Skip to content

Commit

Permalink
added better initial background color until css loads
Browse files Browse the repository at this point in the history
  • Loading branch information
doudar committed Dec 22, 2020
1 parent 46d39b6 commit c3e75e8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions data/bluetoothscanner.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<head>
<style type="text/css">
html {
font-family: sans-serif;
display: inline-block;
margin: 10px auto;
text-align: center;
background-color: #03245c;
}
</style>
Expand Down
4 changes: 0 additions & 4 deletions data/btsimulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<head>
<style type="text/css">
html {
font-family: sans-serif;
display: inline-block;
margin: 10px auto;
text-align: center;
background-color: #03245c;
}
</style>
Expand Down
4 changes: 0 additions & 4 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<head>
<style type="text/css">
html {
font-family: sans-serif;
display: inline-block;
margin: 10px auto;
text-align: center;
background-color: #03245c;
}
</style>
Expand Down
4 changes: 0 additions & 4 deletions data/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<head>
<style type="text/css">
html {
font-family: sans-serif;
display: inline-block;
margin: 10px auto;
text-align: center;
background-color: #03245c;
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion include/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define SETTINGS_H

//Current program version info. Used for auto updates
#define FIRMWARE_VERSION "0.0.12.21"
#define FIRMWARE_VERSION "0.0.12.22"

//Update firmware on boot?
#define AUTO_FIRMWARE_UPDATE true
Expand Down

0 comments on commit c3e75e8

Please sign in to comment.