We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原始SDK在OTA设备升级时,I/O口会复位到默认状态,不会保持住升级前的状态。如果需要保持I/O状态,需要下载补丁,修改相应文件。
补丁下载地址:ad140-release_v1.2.1_ota_keep_io_status.zip
AD14N
AC104N
//设备升级时,是否保持住io的状态, 0:不保持 1:保持 const u8 dev_update_keep_io_status = 0;
struct UPDATA_EXT_PARM { char sd_port; u32 sd_speed; u32 porta_die_dir; u32 porta_pu_pd; u32 porta_out_dieh; u32 portb_die_dir; u32 portb_pu_pd; u32 portb_out_dieh; };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一、简介
原始SDK在OTA设备升级时,I/O口会复位到默认状态,不会保持住升级前的状态。如果需要保持I/O状态,需要下载补丁,修改相应文件。
补丁下载地址:ad140-release_v1.2.1_ota_keep_io_status.zip
二、涉及的SDK版本
AD14N
AC104N
三、操作步骤
The text was updated successfully, but these errors were encountered: