Sergey Prokhorov

Results 208 comments of Sergey Prokhorov

I tried to use MavLink (for OpenIPC) and had no luck as well... Just silence on the port. I then tried the same set-up (same FTDI adapter, same model of...

@catkira may you please reopen the issue?

UPD: I flashed iNav instead of BetaFlight on that drone and it produces telemetry. ![image](https://github.com/user-attachments/assets/2fbfc2a8-7f59-4d5b-ba76-7272ca961bbd)

And how does the `Fun` look? Does it has smth like `epgsql:equery(C, "UPDATE ...", Params)` as a last statement?

Immediate solution could be to match on the return value of `epgsql:equery` inside the `Fun` so it produces an exception. But it's a good questionin general - that the return...

Hi, Knowing nothing about what `cube` extension is, I guess the reason is that "vanilla" `epgsql` does not have a support for this datatype. I'd suggest 3 options: 1. As...

If we are talking about this extension https://www.postgresql.org/docs/current/cube.html I think it won't be too difficult to add custom codec for it. The binary format is not so complex: You need...

Yup, I had the same problem. Unfortunately, only decided to search in github only after I figured out the fix myself. I think for the future fix, just both MAC...