Thierry Bigot
Thierry Bigot
1. For LVARS, MobiFlight WASM module does not complain. For normal feedback values : I didn't check or test thoroughly yet but it looks like with the RequestDataOnSimObject function, we...
Hey @nguyenquyhy, I've been thinking about how to handle errors for normal vars. I came up with a possible solution. The idea is that : - I consider a variable...
Hello, To me this is expected to fail as this is in the DynamicParam section of the module. What surprises me though is that you shouldn't see this error as...
TL DR : DegreeFix function is causing the issue. The function is not written to handle -90 => +90° range. It was made for 360°. The fix could be to...