Release:5.20灰测

This commit is contained in:
2026-05-21 10:01:28 +08:00
parent 8a5a32b139
commit fd65e9c6a2
68 changed files with 4329 additions and 1489 deletions

View File

@@ -36,6 +36,7 @@
#include "semphr.h"
#include "event_groups.h"
#include "stream_buffer.h"
#include "timers.h"
/* Os */
#include "os_task.h"
@@ -47,13 +48,13 @@
#include "server_to_charger.h"
#include "g_dcpile.h"
/* _hal */
#include "_hal_usart.h"
/* driver */
#include "cJSON.h"
#include "server_common.h"
#include "charger_to_server.h"
#include "drv_usart.h"
/* macro ------------------------------------------------------------------------------------------------*/
#define ON 1
@@ -73,8 +74,6 @@
#define DEBUG 1 // 调试模式
#define YKC_SERVER_IP "121.43.69.62" // YKC 服务器 IP 地址
#define YKC_SERVER_PORT 8767 // YKC 服务器端口号
/*- I/O 输出-*/