This commit is contained in:
2026-05-12 16:39:58 +08:00
parent a3198e56a9
commit 0986af5968
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define SOFTWARE_VERSION 12
#define HARDWARE_VERSION 12
#define MAC_ADDR_TYPE 1//0为测试服务器
#define MAC_ADDR_TYPE 4//0为测试服务器
extern bool MainDispEn;
#define MAIN_DBG_LOG(...) { if(MainDispEn) Debug_Printf(__VA_ARGS__);}