feat:增加曝光調參

This commit is contained in:
2024-07-08 19:14:34 +08:00
parent dc874bf6f1
commit af031e23d8
6 changed files with 13 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ typedef enum {
Page2_head,
// 第二页参数
baoguang = Page2_head,
auto_exp_param,
Page3_head,
DATA_IN_FLASH_NUM,
@@ -65,4 +65,5 @@ void jj_param_eeprom_init(void);
void jj_param_write(void);
void jj_param_read(void);
extern float data7;
extern float auto_exp;
#endif