代码拉取完成,页面将自动刷新
同步操作将从 sengeiou/tuya_ble_sdk_Demo_Project_rtl8762c 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
*****************************************************************************************
* Copyright(c) 2017, Realtek Semiconductor Corporation. All rights reserved.
*****************************************************************************************
* @file otp_config.h
* @brief Update Configuration in APP
* @date 2017.6.6
* @version v1.0
* *************************************************************************************
* @attention
* <h2><center>© COPYRIGHT 2017 Realtek Semiconductor Corporation</center></h2>
* *************************************************************************************
*/
/*============================================================================*
* Define to prevent recursive inclusion
*============================================================================*/
#ifndef OTP_CONFIG_H
#define OTP_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
#include "rtl876x_wdg.h"
/*============================================================================*
* debug configuration
*============================================================================*/
/** @brief just for debug */
#define SYSTEM_TRACE_ENABLE 0
/*============================================================================*
* flash configuration
*============================================================================*/
/** @brief support for puran flash*/
#define FTL_APP_CALLBACK_ENABLE 0
/** @brief enable BP, set lock level depend on flash layout and selected flash id */
#define FLASH_BLOCK_PROTECT_ENABLE 1
/** @brief modify delay time for wakeup flash from power down mode to standby mode*/
#define AFTER_TOGGLE_CS_DELAY 6
/*============================================================================*
* platform configuration
*============================================================================*/
/** @brief default enable swd pinmux */
#define SWD_PINMUX_ENABLE 1
/** @brief default disable watch dog in rom */
#define ROM_WATCH_DOG_ENABLE 0
/** @brief set wdg mode, default reset all */
#define ROM_WATCH_DOG_MODE RESET_ALL
/*============================================================================*
* upperstack configuration
*============================================================================*/
//add more here
/*============================================================================*
* app configuration
*============================================================================*/
#define OTA_TIMEOUT_TOTAL 240
#define OTA_TIMEOUT_WAIT4_CONN 60
#define OTA_TIMEOUT_WAIT4_IMAGE_TRANS 200
#define OTA_TIMEOUT_CTITTV 0xFF
//add more here
#ifdef __cplusplus
}
#endif
/** @} */ /* End of group OTP_CONFIG */
#endif
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。