1. 优化m300遥控器上的控制界面;

2. psdk使用nanopi自带的网卡eth0;
3. 更改遥控器上的psdk别名:300TC;
This commit is contained in:
tangchao0503
2022-12-06 14:55:42 +08:00
parent f896a708ea
commit 37cd557a25
5 changed files with 57 additions and 66 deletions

View File

@ -32,7 +32,7 @@
#include "psdk_logger.h"
/* Private constants ---------------------------------------------------------*/
#define LINUX_NETWORK_DEV "eth1"//enx00e04c360a7d
#define LINUX_NETWORK_DEV "eth0"//enx00e04c360a7d
#define LINUX_CMD_STR_MAX_SIZE (128)
/* Private types -------------------------------------------------------------*/