OTA prints prompt message when upgrade is not required

This commit is contained in:
wgzAIIT
2023-09-22 13:42:46 +08:00
parent aa3e6c9370
commit c2abf66f23
5 changed files with 35 additions and 28 deletions

View File

@@ -29,7 +29,7 @@
#define REPLY_TIME_OUT 10
#ifdef TOOL_USING_OTA
#define ENTM_RECV_MAX (OTA_FRAME_SIZE + 512)
#define ENTM_RECV_MAX (OTA_FRAME_SIZE + 1024)
#else
#define ENTM_RECV_MAX 256
#endif