sdcpp: optimize the handling of the FeedForward precision fix (+1 squashed commits)

Squashed commits:

[621ff6392] sdcpp: optimize the handling of the FeedForward precision fix (+1 squashed commits)

Squashed commits:

[05b16906c] sdcpp: optimize the handling of the FeedForward precision fix
This commit is contained in:
Concedo 2025-10-12 17:34:27 +08:00
parent 9503547ca1
commit 1a360b8458
4 changed files with 30 additions and 17 deletions

View file

@ -64,7 +64,7 @@ dry_seq_break_max = 128
extra_images_max = 4
# global vars
KcppVersion = "1.100"
KcppVersion = "1.100.1"
showdebug = True
kcpp_instance = None #global running instance
global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False, "restart_override_config_target":""}