Wilhelm
Wilhelm
Fixed in #1338
Just realized that the project uses C++11, but for a (simple) general TMP solution of the problem one would need at least C++17.
Maybe #1340 is of interest also.
Followup to #1462
> Typically, this should be an additional parameter for “Telemetry input”. We really need to stop adding new modes for each combination of mode and what feels like a parameter...
I found a way to reduce the size some more: https://godbolt.org/z/danKOA But still not full equivalent.
I compiled all three versions also for the AVR plattform to see the assembler differences: text data bss dec hex filename 322 0 2 324 144 bm60.elf 254 0 2...
I suspect it has todo with thread-safety für the guard-functions. If I don't need thread-safety: howto disable?
What do you want to say with that?
Ok, many thanks for that explanation! Looks like one can't get the minimum code and data size as it is with the switch. In the following characteristics bm60.elf : sml...