1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Warning if all telemetry slots are full

This commit is contained in:
Andre Bernet 2015-03-22 22:00:04 +04:00
parent 7f6d77e441
commit 25a0463d2d
15 changed files with 19 additions and 1 deletions

View file

@ -470,7 +470,7 @@ void setTelemetryValue(TelemetryProtocol protocol, uint16_t id, uint8_t instance
}
}
else {
// TODO error too many sensors
POPUP_WARNING(STR_TELEMETRYFULL);
}
}
}