WASM fsPlannedRouteGetEfbRoute returns wrong CruiseLevel data

Version:
SDK 1.1.2 MSFS2024 V1.2.8

Frequency:
Consistently

Severity:
Low

Bug description:

Using fsPlannedRouteGetEfbRoute() consistently returns wrong CruiseLevel data

FsFlightAltitude cruiseAltitude

struct FsFlightAltitude
{
FsFlightAltitudeType type;
int altitude;
};

e.g.
Select 100 FL API returns type 2, altitude 10000, (FsFlightAltitudeType_FlightLevel)
Select 10000 FT API returns type 2, altitude 10000, (FsFlightAltitudeType_FlightLevel)

Related issue:

exported PLN file returns for both cases:
1000000.000

which is 100x too much if FT is assumed

Repro steps:
Setup a Flightplan with FL or FT cruise level assigned
Perform in Standalone WASM module
FsPlannedRoute* plannedRoute = fsPlannedRouteGetEfbRoute();
and review returned content.

Attachments:
N/A, but can be provided upon request

Hello @bm98

This is fixed in SU4 beta.
Please check and let us know if this is all good for you.

Regards,
Sylvain

From my notes the CruiseLevel bug was fixed in SU1?

Right now I cannot change to SU4 preview - I have only one Sim installed and need to have it stable for a while.