mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Avoid call to delay on deep_sleep
This commit is contained in:
parent
56044ed0a5
commit
391f68f51c
1 changed files with 0 additions and 2 deletions
|
@ -152,8 +152,6 @@ void WaveshareEPaper4P26In::deep_sleep() {
|
||||||
// Set deep sleep mode
|
// Set deep sleep mode
|
||||||
this->command(0x10);
|
this->command(0x10);
|
||||||
this->data(0x01);
|
this->data(0x01);
|
||||||
|
|
||||||
delay(50);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int WaveshareEPaper4P26In::get_width_internal() { return 800; }
|
int WaveshareEPaper4P26In::get_width_internal() { return 800; }
|
||||||
|
|
Loading…
Reference in a new issue