From 27fc91fbe8f88b6885356e68828cfe1ce1db7601 Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 28 二月 2024 09:53:13 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/rtk_module/parse_gps.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/src/main/cpp/rtk_module/parse_gps.h b/lib/src/main/cpp/rtk_module/parse_gps.h index 7064785..c8123a5 100644 --- a/lib/src/main/cpp/rtk_module/parse_gps.h +++ b/lib/src/main/cpp/rtk_module/parse_gps.h @@ -35,5 +35,7 @@ void handleBESTPOSA(const struct nmea *); void handlePJKParam(const struct nmea *s); void handleRTKRebootComp(const struct nmea *s); +void handleCarinfo(const struct nmea *s); +void handleKsxt(const struct nmea *s); #endif -- Gitblit v1.8.0