Telemetry sensors re-map (#1765)

* Add factory erase uf2 to the release assets

* Sensors map

* Uncomment sensors
This commit is contained in:
Ben Meadors
2022-10-07 08:33:07 -05:00
committed by GitHub
parent 004f6fa4d6
commit bf4115a80f
5 changed files with 12 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ uint32_t serialSinceMsec;
bool pmu_found;
// Array map of sensor types (as array index) and i2c address as value we'll find in the i2c scan
uint8_t nodeTelemetrySensorsMap[TelemetrySensorType_LPS22+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0 };
uint8_t nodeTelemetrySensorsMap[TelemetrySensorType_QMI8658+1] = { 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