modify data length for 4g translation

This commit is contained in:
wgzAIIT
2023-05-29 10:04:45 +08:00
parent f59139f78e
commit 7ba883affe
6 changed files with 81 additions and 37 deletions
@@ -25,7 +25,7 @@
#define JUMP_FAILED_FLAG 0XABABABAB
#define JUMP_SUCCESS_FLAG 0XCDCDCDCD
#define LENGTH 64 //每帧数据的数据包长度
#define LENGTH 256 //每帧数据的数据包长度
typedef enum {
OTA_STATUS_IDLE = 0, // 空闲状态,没有进行OTA升级