I have put together a project I am actually selling and wondering if there is a way to. Make the Makecode file more secure. Also a way to make upgrades easier for the user.
Having accessible drive is not the ideal situation
What do you mean by "Make the Makecode file more secure"?
For a consumer device that can be upgraded by the user, but is generally secure from accidental changes, one approach is to use CircuitPython but prevent the USB drive from showing up unless a certain button is held during startup. https://learn.adafruit.com/customizing- ... cuitpython