Memtemp‐Plus - renewedbullet/Pwnplugins GitHub Wiki
To install this plugin after updating your plugins list use the following command:
sudo pwnagotchi plugins install memtemp-plus
Please refer to how to edit config.toml
Add the following to your config.toml
main.plugins.memtemp-plus.enabled = true
main.plugins.memtemp-plus.scale = "celsius" # options are celsius, fahrenheit, kelvin
main.plugins.memtemp-plus.orientation = "vertical" # options are vertical or horizontal
main.plugins.memtemp-plus.fields = "mem,cpu,temp,freq" # you can change order
main.plugins.memtemp-plus.position = "200,70"
main.plugins.memtemp-plus.linespacing = 12