From 8f7741cd9e556275f9c1f6d3060d39e452f6afa7 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 1 Apr 2024 17:30:51 +0200 Subject: [PATCH] Remove unused imports Signed-off-by: jayofelony --- pwnagotchi/ui/hw/libs/waveshare/epaper/epdconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/ui/hw/libs/waveshare/epaper/epdconfig.py b/pwnagotchi/ui/hw/libs/waveshare/epaper/epdconfig.py index c165c74e..91e59855 100644 --- a/pwnagotchi/ui/hw/libs/waveshare/epaper/epdconfig.py +++ b/pwnagotchi/ui/hw/libs/waveshare/epaper/epdconfig.py @@ -31,7 +31,6 @@ import os import logging import sys import time -import subprocess logger = logging.getLogger(__name__) @@ -113,6 +112,7 @@ class RaspberryPi: self.GPIO_RST_PIN.off() self.GPIO_DC_PIN.off() + self.GPIO_CS_PIN.off() self.GPIO_PWR_PIN.off() logger.debug("close 5V, Module enters 0 power consumption ...")