* added erase application settings

* HM1500 as selectable in setup
* Added new commands to statistic (0x82, 0x83)
This commit is contained in:
lumapu 2022-04-25 22:44:12 +02:00
parent a00ab4e48d
commit df9f050313
11 changed files with 71 additions and 35 deletions

View file

@ -57,6 +57,15 @@ a:hover, a:focus {
color: #f00;
}
a.erase {
background-color: #006ec0;
color: #fff;
padding: 7px;
display: inline-block;
margin-top: 30px;
float: right;
}
#content {
padding: 15px 15px 60px 15px;
}
@ -103,6 +112,7 @@ input.btn {
color: #fff;
border: 0px;
float: right;
margin: 10px 0 30px;
text-transform: uppercase;
}