mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Send FP altitude without unit
https://discordapp.com/channels/539048679160676382/539846348275449887/593211815559823367 https://discordapp.com/channels/539048679160676382/539846348275449887/593063154238619649
This commit is contained in:
committed by
Mat Sutcliffe
parent
fba288edc3
commit
693c94c87a
@@ -373,7 +373,8 @@ namespace BlackMisc
|
||||
|
||||
// as feed, as none of the other clients
|
||||
const CAltitude a = this->roundedToNearest100ft(false);
|
||||
return a.valueRoundedWithUnit(CLengthUnit::ft(), 0);
|
||||
// return a.valueRoundedWithUnit(CLengthUnit::ft(), 0);
|
||||
return a.valueIntegerAsString(CLengthUnit::ft());
|
||||
}
|
||||
|
||||
const QRegularExpression &CAltitude::fpAltitudeRegExp()
|
||||
|
||||
Reference in New Issue
Block a user