From ca6b71db19176bccfc0ed182c2896aab73620666 Mon Sep 17 00:00:00 2001 From: xenDE Date: Thu, 3 Oct 2019 20:00:46 +0200 Subject: [PATCH] disable plaugin as default "__enabled__ = False" as default --- .../pwnagotchi/scripts/pwnagotchi/plugins/default/memtemp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/memtemp.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/memtemp.py index 33249a4a..2b1fc3da 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/memtemp.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/memtemp.py @@ -7,7 +7,7 @@ __version__ = '1.0.0' __name__ = 'memtemp' __license__ = 'GPL3' __description__ = 'A plugin that will add a memory and temperature indicator' -__enabled__ = True +__enabled__ = False import struct