I'm using ESP32 with MicroPython with Mu. I need more flash space for my code and normally I would select "Huge APP" in the Arduino menu and that would remove the OTA and spiffs.
How can I do that with MicroPython firmware? I can imagine, it will be possible through the terminal, with esptool.py or Ampy, but can't figure it out.
Thanks