1. 新电脑:确定新的网口和串口号;

2. 取消显示惯导模式;
3. 修改cmakelist:适配依赖库;
This commit is contained in:
tangchao0503
2022-11-21 12:14:27 +08:00
parent 92d53656a1
commit 164ed89840
4 changed files with 31 additions and 31 deletions

View File

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

View File

@ -28,7 +28,7 @@
#include "hal_uart.h"
/* Private constants ---------------------------------------------------------*/
#define LINUX_UART_DEV "/dev/ttyUSB0"///dev/dji_serial_port
#define LINUX_UART_DEV "/dev/ttyUSB1"///dev/dji_serial_port
/* Private types -------------------------------------------------------------*/
static int s_psdkUartFd = -1;