Results 142 comments of Pieter Noordhuis

@reynico Looking into the compilation issue on 23.10 next.

@reynico The compilation issue on 23.10 is addressed in #169.

Could you share the output of CMake, the compilation step, as well as the full error you see on running goesrecv?

Indeed, this is expected. The configuration includes all products for all satellites such that you can use the same configuration for either GOES-16 or GOES-18. It doesn't mean that you...

This was fixed in #148 and #167. Thanks for reporting.

This fix has been merged. Thanks for reporting.

Saving this for a rainy day.

Interesting, didn't know about that trick (or devices that implement it). FYI, I'm not using the code in this repository anymore, I'm using I2C from [avr-tasks](https://github.com/pietern/avr-tasks). This is essentially a...

Ah, I see. This is possible in avr-tasks through the I2C readv/writev functions. You pass them a list of buffers/lengths and it will go over them in order.

@kai-zhu-sonatype Thanks for the contribution! Because of licensing reasons we're required to get a CLA signed before we can merge it. We don't have a smooth process for this setup...