Ben Lye
Ben Lye
Inlining warnings are fixed in v1.3.1, available in the Devel board package. This change seemingly really forces the functions inline, which appears to be the goal: https://github.com/pascallanger/DIY-Multiprotocol-TX-Module-Boards/pull/48/commits/cf967c0d0a88e8b492faaa3613b0dabd08111830
Flashed FW built with the devel board / gcc 8.3.1 to my TX16S and an IRX 4+ and both seem to work OK with a *very* quick test with an...
> If the goal is to reduce the size of your compiled firmware you may want to try replacing the -Os optimizer option with -Oz, it's a more aggressive size...
@MikeBland did you try the Devel Multi board package? It will install version 8.3.1 of the compiler straight into Arduino (using a package from xPack) along with the necessary changes...
So the question remains, how does this move forward? I don't have a strong opinion about which version compiler we update to, but life will be significantly easier if we...
Will be addressed in 1.14.0 (available in the devel branch for testing now).
We did this almost a year ago :-)
I'm happy to drop support for Python 2.
How about creating a shell script to do what you need (using something like wget) and then calling that from the plugin?
> Found some time today... Sketch uses 120400 bytes (99%) of program storage space. Maximum is 120808 bytes via compiler.cpp.extra_flags=-fshort-enums -fshort-wchar -flto , no rejoicing yet, still needs testing specifically...