1. 订阅psdk中的gps日期和时间(格林威治时间),并转换为北京时间,通过date -s命令设置linux系统时间为北京时间;

2. 修改界面,显示sbg惯导卫星颗数;
This commit is contained in:
tangchao0503
2022-12-26 17:20:31 +08:00
parent 37cd557a25
commit c7b7298bbc
6 changed files with 234 additions and 11 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 -------------------------------------------------------------*/