Slots for upcoming telemetry sensor support

This commit is contained in:
Ben Meadors
2022-09-10 17:28:01 -05:00
parent 7f18c0fb77
commit f98e96cf1b
4 changed files with 10 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ extern bool pmu_found;
extern bool isCharging;
extern bool isUSBPowered;
extern uint8_t nodeTelemetrySensorsMap[7];
extern uint8_t nodeTelemetrySensorsMap[TelemetrySensorType_LPS22+1];
// Global Screen singleton.
extern graphics::Screen *screen;