gomspace lib working

This commit is contained in:
2022-08-26 00:39:06 +02:00
parent 7a1dbf8456
commit d098ed6403
10 changed files with 78 additions and 75 deletions

View File

@ -16,6 +16,7 @@ class Q7STestTask : public TestTask {
private:
bool doTestSdCard = false;
bool doTestScratchApi = false;
static constexpr bool DO_TEST_GOMSPACE_API = true;
bool doTestGpsShm = false;
bool doTestGpsSocket = false;
bool doTestProtHandler = false;