mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
removed unsupported full_update_every option
This commit is contained in:
parent
3decadab2c
commit
3d267aa701
1 changed files with 0 additions and 1 deletions
|
@ -203,6 +203,5 @@ display:
|
||||||
reset_pin:
|
reset_pin:
|
||||||
allow_other_uses: true
|
allow_other_uses: true
|
||||||
number: GPIO32
|
number: GPIO32
|
||||||
full_update_every: 30
|
|
||||||
lambda: |-
|
lambda: |-
|
||||||
it.rectangle(0, 0, it.get_width(), it.get_height());
|
it.rectangle(0, 0, it.get_width(), it.get_height());
|
||||||
|
|
Loading…
Reference in a new issue