Closed
Description
In my application I have an SD card that may be present on boot (and maybe not)
I want to run python code from internal flash regardless of if there's an SD card or not.
At the moment my solution is as follows.
In main.c commenting out lines 512, 518, 520, 522, 523 fix this but it's probably a bit of a hacky fix.
I'll make a pull request for the feature once I know the correct way to attack it.
What should be done in order to achieve this functionality? A simple #if covering these lines of code and a #define in mpconfigboard.h?