Stephen Mose Aaskov

Results 13 comments of Stephen Mose Aaskov

Using the cmake-refactor branch, what is the correct way of bringing this into another, top-level, CMake project?

Not to my knowledge. The last time I looked into it I still failed due to libclang dependencies and changes to handling of anonymous structs - As far as I...

I guess the test will also fail on the coming updated PR : https://github.com/EdgeTX/edgetx/issues/1412 Should I modify the radio.config used for the tests? Or is that provided by the test...

Changed to use an enum class for the checksum return values.

It tries to detect if radio.yml was not fully written to flash, and then reverts to the alternative file. When radio.yml is written it is first saved under the alternative...

We don't do a finishing read-back before rename at this point, but that could easily be added. However, do we want to make save take double the time? On all...

Nice find - thanks. I am currently down with Corona - hopefully I am back in cation within a few days :-/

Should I add checksum support to companion? I see the issue with old config files, but I am afraid it is non-trivial to set up rules to detect if the...

> It would be great if you could add this to companion. In the first step I forgot, because I don't really use companion. > > I think the storage...

I found a way around the newline issue. In reality it is only needed when ignoring the checksum field added as the first line of the file. By rearranging the...