My DIY fuel flow gauge is displaying 0 gph permanently.
With the BKSQ Analog Baron I have been successfully using this:-
fs2020_variable_subscribe(
"L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR",
"L:BKSQ_BARON_FuelFlow_2", GALLONS PER HOUR", PT_fuel_flow)
It looks like the Pro version has renamed these variables.
Co=Pilot tells me that "L:BKSQ_BARON_FuelFlow_1", GALLONS PER HOUR"
is now
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH"
Can someone confirm if this is correct?
fs2020_variable_subscribe(
"L:BKSQ_ENGINE_1_FUEL_FLOW_GPH", "GALLONS PER HOUR",
"L:BKSQ_ENGINE_2_FUEL_FLOW_GPH", "GALLONS PER HOUR",
PT_fuel_flow)
Many thanks