Merge branch 'master' into sketch

This commit is contained in:
Thomas Göttgens
2022-06-12 18:48:08 +02:00
committed by GitHub
46 changed files with 576 additions and 246 deletions

View File

@@ -90,6 +90,9 @@ uint32_t serialSinceMsec;
bool axp192_found;
// Array map of sensor types (as array index) and i2c address as value we'll find in the i2c scan
uint8_t nodeTelemetrySensorsMap[12] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
Router *router = NULL; // Users of router don't care what sort of subclass implements that API
const char *getDeviceName()