fix:修复菜单上下键反了的问题

feat:增加cross处理开关
This commit is contained in:
2024-08-13 21:47:30 +08:00
parent 2db1937c89
commit 8b94eb2eff
6 changed files with 14 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ void jj_param_eeprom_init(void)
PARAM_REG(baoguang, &FIX_BINTHRESHOLD, EFLOAT, 1, "bao:");
PARAM_REG(auto_exp_param, &auto_exp, EFLOAT, 1, "exp:");
PARAM_REG(barr_time, &barrirer_time, EFLOAT, 1, "bar:");
PARAM_REG(cross_sw, &cross_open, EFLOAT, 1, "cro_sw:");
jj_param_read(); // 注冊
}
/**