From d7cedc11df3a790c8b8830c89b0bd69088a0e51d Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 21 五月 2025 09:43:54 +0800 Subject: [PATCH] 3.7,放开加速计接口,可以修改 --- APL/App.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/APL/App.c b/APL/App.c index 29122af..7034bed 100644 --- a/APL/App.c +++ b/APL/App.c @@ -288,7 +288,7 @@ //deca_sleep(1000); g_com_map[GROUP_ID]=3; - g_com_map[VERSION] = (3<<8)|6; + g_com_map[VERSION] = (3<<8)|7; if (g_com_map[COM_INTERVAL] <50) { -- Gitblit v1.9.3