From b71c02fcca445a71bb7a03d45ea00ef890461327 Mon Sep 17 00:00:00 2001 From: Xavier Beaudouin Date: Tue, 28 Nov 2023 20:11:06 +0100 Subject: [PATCH] 98% is working... Not tested on venus OS < 3.12 --- secret.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secret.py.example b/secret.py.example index a1fef82..c38e131 100755 --- a/secret.py.example +++ b/secret.py.example @@ -17,8 +17,8 @@ gxsn = "123456789abc" # Max Charge according to colors chgbleu = 80 # Jours Bleus chgblanc = 90 # Jours Blanc -chgrouge = 95 # Jours Rouge / On VenusOS < 3.10 set this to 95% - # A 95% a cause des histoires de charges fantomes qui sont a corriger. +chgrouge = 98 # Jours Rouge / On VenusOS < 3.10 set this to 95% + # Min Charge according to colors minbleu = 30 # Jours Bleus minblanc = 30 # Jours Blanc