1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-23 08:15:13 +03:00

Fixes #2807: Telemetry sensor names were not displayed

This commit is contained in:
Damjan Adamic 2015-08-30 21:09:35 +02:00
parent 09b2cd7b46
commit 8999839538
2 changed files with 2 additions and 1 deletions

View file

@ -897,7 +897,7 @@ QString CustomFunctionData::paramToString(const ModelData * model) const
}
else if ((func==FuncVolume)|| (func==FuncPlayValue)) {
RawSource item(param);
return item.toString();
return item.toString(model);
}
else if ((func==FuncPlayPrompt) || (func==FuncPlayBoth)) {
if ( GetCurrentFirmware()->getCapability(VoicesAsNumbers)) {