Fix in live view, larger boxes in CSS, SPI-Speed define

Fixed missing HM800 in liveView

Larger boxes in CSS

Introduced SPI speed define for reduced speed (1MHz) for increased stability
This commit is contained in:
docBmuc 2022-05-02 19:06:10 +02:00
parent 2abd388726
commit 59b6addccf
4 changed files with 9 additions and 5 deletions

View file

@ -92,7 +92,7 @@ a.erase {
div.content {
background-color: #fff;
padding-bottom: 65px;
overflow: hidden;
overflow: auto;
}
input, select {
@ -142,15 +142,17 @@ div.ch-iv {
display: inline-block;
margin-bottom: 20px;
padding-bottom: 20px;
overflow: auto;
}
div.ch {
width: 250px;
height: 410px;
height: 550px;
background-color: #006ec0;
display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
overflow: auto;
}
div.ch .value, div.ch .info, div.ch .head, div.ch-iv .value, div.ch-iv .info, div.ch-iv .head {
color: #fff;