Yurii Soldak

Results 77 comments of Yurii Soldak

Having a `.deb` will make it possible to install and use INAV on Chromebooks, perfect field companions, much easier. Once installed with `.deb`, it is possible to launch the configurator...

>Possible workaround (and a good idea anyway): Add a second qtpy as a watchdog timer. Use it to switch off the power bus for all relay coils on loss of...

Made it more flexible with function, as suggested. OnPanic in `runtime/panic.go` to enable it for all architectures, not just cortexm. Example of resetting system on panic (for cortexm). Once and...

After a short discussion in slack, I feel like I shall not push this PR anymore. It's problematic with extending public API in general and runtime package in particular (that...

> I believe this has the desired effect on upstream Go. Not sure if it would work on TinyGo though. Unfortunately no. This does not work in TinyGo, since `abort()`...

I like the idea of doing something with default values and code decoupling. The API shall be straight forward and hard to make mistakes. In your proposal, what shall happen...

I'm not sure about this. AHRS is more like application of sensors, their fusion. While this repo is about drivers, ability of working with peripherals at all. I'd probably buy...

I'll read this more carefully later, but my initial thought: would be nice to see a PR demonstrating this in action, i.e. refactor existing (not necessary all, couple is enough)...

Any suggestions for better name? `HandleWifi` is best I could come with. Alternative could be `EnsureWifi`. But they both so-so. `ConnectWifi`? But we not always _connect_, just verify there is...

> What is the current status of this PR? Is it still relevant? If so happy to help out apply the needed changes if needed :) (suffering from connection drops,...