Skip to content

Commit 2142db4

Browse files
committed
fix:fixed a bug where the electronic ink screen might fail to enter sleep mode after the second refresh.
1 parent d1a4aa7 commit 2142db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/EPaper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ void EPaper::wake()
242242
#ifdef USE_MUTIGRAY_EPAPER
243243
EPD_WAKEUP_GRAY();
244244
#endif
245+
}
245246
_sleep = false;
246-
}
247247

248248
}
249249

0 commit comments

Comments
 (0)