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:
parent
09b2cd7b46
commit
8999839538
2 changed files with 2 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue