Skip to content

Commit

Permalink
fix:ota失败时无数据返回的问题
Browse files Browse the repository at this point in the history
版本0.4
  • Loading branch information
a2633063 committed Mar 27, 2019
1 parent f9ce1c7 commit 4b444d2
Show file tree
Hide file tree
Showing 13 changed files with 659 additions and 25 deletions.
3 changes: 2 additions & 1 deletion TC1/TC1.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ NAME := App_TC1

$(NAME)_SOURCES := main.c\
cJSON/cJSON.c\
ota_server/ota_server.c\
user_wifi.c\
user_gpio.c\
user_udp.c\
Expand All @@ -38,5 +39,5 @@ $(NAME)_SOURCES := main.c\

$(NAME)_COMPONENTS := protocols/SNTP\
protocols/mqtt\
daemons/ota_server
utilities/url

1 change: 1 addition & 0 deletions TC1/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "user_udp.h"
#include "user_power.h"
#include "user_mqtt_client.h"
#include "user_function.h"

#define os_log(format, ...) custom_log("TC1", format, ##__VA_ARGS__)

Expand Down
2 changes: 1 addition & 1 deletion TC1/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "mico.h"
#include "MiCOKit_EXT.h"

#define VERSION "v0.3"
#define VERSION "v0.4"

#define TYPE 1
#define TYPE_NAME "zTC1"
Expand Down
Loading

0 comments on commit 4b444d2

Please sign in to comment.