Andi Kanzler
Andi Kanzler
Bump ;)
No idea, the ARM64 Action hangs on the SITL executable, even though it is no longer present.
> High > Fix undefined handler target > **Fix a reference error in the `Drag` class constructor by correctly referencing event handlers. The `app` object's methods are not defined at...
> I'm having a couple issues with sensor reading when testing on Ubuntu 22.04. > > After I got it to run, I found that on two of the three...
Deleted arm64 linux sitl. We don't have any logic to distinguish between architectures, so sitl doesn't run on arm64 Linux anyway, so there's no point in carrying sitl along.
@Jetrell > The only thing I could mention. Is that it shows _Map data not yet available_, when zoomed beyond what the imagery provides. Not a deal breaker by any...
Unfortunately, there is some overlap with https://github.com/iNavFlight/inav-configurator/pull/2285 Let's merge it first, then see what happens.
@sensei-hacker https://github.com/iNavFlight/inav-configurator/blob/461824501f2d4445a2eeefa3ec229009b0baebca/tabs/javascript_programming.js#L42 Should be: ```javascript import('./javascript_programming.html?raw').then(({default: html}) => { GUI.load(html, () => { ``` https://github.com/iNavFlight/inav-configurator/blob/461824501f2d4445a2eeefa3ec229009b0baebca/js/transpiler/editor/monaco_loader.js#L28-L38 Vite doesn't work that way. In packed/deployed applications, there is no things like a `/node_modules/`...