mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 01:35:16 +03:00
Warning if all telemetry slots are full
This commit is contained in:
parent
7f6d77e441
commit
25a0463d2d
15 changed files with 19 additions and 1 deletions
|
@ -470,7 +470,7 @@ void setTelemetryValue(TelemetryProtocol protocol, uint16_t id, uint8_t instance
|
|||
}
|
||||
}
|
||||
else {
|
||||
// TODO error too many sensors
|
||||
POPUP_WARNING(STR_TELEMETRYFULL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue