-
-
Notifications
You must be signed in to change notification settings - Fork 0
Inclusion of only selected outputs in switchHandling() #293
Copy link
Copy link
Open
Labels
Description
Hi, I noticed switchHandling() in BitsAndDroidsFlightConnector.cpp switches for all possible outputs, which takes up a lot of program space. If instead, the user could choose the specific outputs to include, a lot of program space can be saved. In my case, when I use dataHandling() the program exceeds the microcontroller's storage capacity. However, when I remove unused switch cases from switchHandling(), the program size decreases to be within capacity and that is the only way I can run my program.
Reactions are currently unavailable