some refactoring

This commit is contained in:
2022-04-08 21:16:02 +02:00
parent f6bc884edd
commit 6071e34771
5 changed files with 100 additions and 83 deletions

View File

@ -35,6 +35,10 @@ class UartTestClass : public TestTask {
void scexInit();
void scexPeriodic();
int prepareScexPing(uint8_t* cmdBuf, size_t* len);
void scexSimplePeriodic();
void scexSimpleInit();
TestModes mode = TestModes::GPS;
DleEncoder dleEncoder = DleEncoder();
UartCookie* uartCookie = nullptr;