@@ -462,19 +462,19 @@ def load_settings():
462
462
#if (sleep_duration>120):
463
463
# print("[SPLASH] Sleep duration set to more than 120 seconds. Forcing 120 seconds.")
464
464
global battery_volt_min
465
- battery_volt_min = badge .nvs_get_u16 ('splash' , 'battery.volt.min' , 3800 ) # mV
465
+ battery_volt_min = badge .nvs_get_u16 ('splash' , 'battery.volt.min' , 3700 ) # mV
466
466
global battery_volt_max
467
- battery_volt_max = badge .nvs_get_u16 ('splash' , 'battery.volt.max' , 4300 ) # mV
467
+ battery_volt_max = badge .nvs_get_u16 ('splash' , 'battery.volt.max' , 4200 ) # mV
468
468
global battery_percent_empty
469
469
battery_percent_empty = badge .nvs_get_u8 ('splash' , 'battery.percent.empty' , 1 ) # %
470
470
global ntp_timeout
471
471
ntp_timeout = badge .nvs_get_u8 ('splash' , 'ntp.timeout' , 40 ) #amount of tries
472
472
global bpp_after_count
473
473
bpp_after_count = badge .nvs_get_u8 ('splash' , 'bpp.count' , 5 )
474
474
global splash_timer_interval
475
- splash_timer_interval = badge .nvs_get_u16 ('splash' , 'timer.interval' , 500 )
475
+ splash_timer_interval = badge .nvs_get_u16 ('splash' , 'timer.interval' , 200 )
476
476
global timer_loop_amount
477
- timer_loop_amount = badge .nvs_get_u8 ('splash' , 'timer.amount' , 10 )
477
+ timer_loop_amount = badge .nvs_get_u8 ('splash' , 'timer.amount' , 25 )
478
478
479
479
# MAIN
480
480
def splash_main ():
0 commit comments