gps now over spi

This commit is contained in:
2022-12-09 14:10:57 +01:00
parent 599f176622
commit f14992c040
26 changed files with 974 additions and 225 deletions
+4 -1
View File
@@ -59,10 +59,13 @@ class DebugTimes {
*/
uint16_t stopConsol(const char* name, uint16_t minTime = 0);
static void setConsolOutput(bool enable);
private:
uint64_t startTime;
static const bool print = false;
static bool print;
static bool printWarning;
};
#endif //DEBUG_TIMES_H