mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
disable plaugin as default
"__enabled__ = False" as default
This commit is contained in:
@ -7,7 +7,7 @@ __version__ = '1.0.0'
|
|||||||
__name__ = 'memtemp'
|
__name__ = 'memtemp'
|
||||||
__license__ = 'GPL3'
|
__license__ = 'GPL3'
|
||||||
__description__ = 'A plugin that will add a memory and temperature indicator'
|
__description__ = 'A plugin that will add a memory and temperature indicator'
|
||||||
__enabled__ = True
|
__enabled__ = False
|
||||||
|
|
||||||
import struct
|
import struct
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user