Merge remote-tracking branch 'origin/develop' into eggert/rw-cmd-acs-ctrl

This commit is contained in:
2023-02-14 14:10:21 +01:00
8 changed files with 90 additions and 48 deletions

View File

@ -10,7 +10,7 @@
#include <array>
#include "lwgps/lwgps.h"
//#include "lwgps/lwgps.h"
#include "mission/devices/devicedefinitions/ScexDefinitions.h"
#include "test/TestTask.h"
@ -59,7 +59,7 @@ class UartTestClass : public TestTask {
DleEncoder dleEncoder = DleEncoder();
SerialCookie* uartCookie = nullptr;
size_t encodedLen = 0;
lwgps_t gpsData = {};
//lwgps_t gpsData = {};
struct termios tty = {};
int serialPort = 0;
bool startFound = false;