1. 优化m300遥控器上的控制界面;
2. psdk使用nanopi自带的网卡eth0; 3. 更改遥控器上的psdk别名:300TC;
This commit is contained in:
@ -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 -------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user