|
|
@ -52,7 +52,7 @@ display: |
|
|
|
reset_pin: 33 |
|
|
|
model: 2.13in-ttgo |
|
|
|
rotation: 90 |
|
|
|
update_interval: 60s |
|
|
|
update_interval: 180s |
|
|
|
full_update_every: 1 |
|
|
|
id: my_display |
|
|
|
pages: |
|
|
@ -159,6 +159,7 @@ display: |
|
|
|
it.printf(248, 105, id(font1), TextAlign::TOP_RIGHT, "nc"); |
|
|
|
} |
|
|
|
it.printf(184,115, id(font1), "%.1f°C, %.1f%%H, %.0fhPa", id(temperature_springer).state, id(humidity_springer).state, id(pressure_springer).state); |
|
|
|
|
|
|
|
interval: |
|
|
|
- interval: 30s |
|
|
|
then: |
|
|
|