mqtt_server/

This commit is contained in:
zogodo
2019-12-04 22:10:56 +08:00
parent 50f0d79e03
commit 286812fc84
12 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#define os_log(format, ...) custom_log("UDP", format, ##__VA_ARGS__)
#include "main.h"
#include "user_function.h"
#include "mqtt_server/user_function.h"
#define LOCAL_UDP_PORT 10182
#define REMOTE_UDP_PORT 10181