mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
好多Log
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
* <h2><center>© COPYRIGHT 2014 MXCHIP Inc.</center></h2>
|
||||
******************************************************************************
|
||||
*/
|
||||
#define app_log(M, ...) custom_log("APP", M, ##__VA_ARGS__)
|
||||
#define mqtt_log(M, ...) custom_log("MQTT", M, ##__VA_ARGS__)
|
||||
#include "http_server/web_log.h"
|
||||
|
||||
#define app_log(M, ...) custom_log("APP", M, ##__VA_ARGS__); web_log(M, ##__VA_ARGS__)
|
||||
#define mqtt_log(M, ...) custom_log("MQTT", M, ##__VA_ARGS__); web_log(M, ##__VA_ARGS__)
|
||||
|
||||
#include "main.h"
|
||||
#include "mico.h"
|
||||
|
||||
Reference in New Issue
Block a user