From 20ddc9425cea082a54b90ac2e1a41c50bfd4d004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=B2=E5=B1=8E=E5=B0=86=E5=86=9B?= <37292630+wlmh110@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:32:14 +0800 Subject: [PATCH] Update defaults.toml The charging protection feature is disabled by default. --- pwnagotchi/defaults.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/defaults.toml b/pwnagotchi/defaults.toml index 3882e75e..3d9051ca 100644 --- a/pwnagotchi/defaults.toml +++ b/pwnagotchi/defaults.toml @@ -67,7 +67,7 @@ main.plugins.pisugarx.rotation = false main.plugins.pisugarx.default_display = "percentage" main.plugins.pisugarx.lowpower_shutdown = true main.plugins.pisugarx.lowpower_shutdown_level = 10 # battery percent at which the device will turn off -main.plugins.pisugarx.max_charge_voltage_protection = true #It will limit the battery voltage to about 80% to extend battery life +main.plugins.pisugarx.max_charge_voltage_protection = false #It will limit the battery voltage to about 80% to extend battery life main.plugins.session-stats.enabled = false main.plugins.session-stats.save_directory = "/var/tmp/pwnagotchi/sessions/"