reMarkable: Remove refresh before poweroff (#7563)

This is now handled in a platform-agnostic manner (#7558).

Co-authored-by: gbyl <gbyl@users.noreply.github.com>
reviewable/pr7566/r1
gbyl 3 years ago committed by GitHub
parent 915c5c7755
commit 32802ee7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -190,8 +190,6 @@ function Remarkable:suspend()
end
function Remarkable:powerOff()
self.screen:clear()
self.screen:refreshFull()
os.execute("systemctl poweroff")
end

Loading…
Cancel
Save