fix:删除4G模组tools目录
This commit is contained in:
@@ -12,7 +12,6 @@ const uint8_t piles_serial[6][7] = {
|
||||
{0x88, 0x26, 0x01, 0x13, 0x12, 0x00, 0x03},
|
||||
{0x88, 0x26, 0x01, 0x13, 0x12, 0x00, 0x04},
|
||||
{0x88, 0x26, 0x01, 0x13, 0x12, 0x00, 0x05},
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/* includes ----------------------------------------------------------------------------------------------*/
|
||||
#include "global.h"
|
||||
|
||||
#define MAX_CHARGER_COUNT 6 // 充电桩数量
|
||||
#define MAX_CHARGER_COUNT 2 // 充电桩数量
|
||||
#define MAX_GUN_PER_CHARGER 2 // 每个充电桩最多枪数
|
||||
|
||||
/* 充电枪结构体*/
|
||||
|
||||
@@ -28,8 +28,6 @@
|
||||
#include "usart.h"
|
||||
#include "gpio.h"
|
||||
|
||||
// #include "tim.h"
|
||||
|
||||
/* freeRTOS 相关 */
|
||||
#include "cmsis_os.h"
|
||||
#include "FreeRTOS.h"
|
||||
@@ -72,6 +70,9 @@
|
||||
|
||||
#define DEBUG 1 // 调试模式
|
||||
|
||||
#define YKC_SERVER_IP "121.43.69.62" // YKC 服务器 IP 地址
|
||||
#define YKC_SERVER_PORT 8767 // YKC 服务器端口号
|
||||
|
||||
/*- I/O 输出-*/
|
||||
|
||||
#define AIR724_RESET() \
|
||||
|
||||
Reference in New Issue
Block a user