ESP32Marauder
ESP32Marauder copied to clipboard
Enable easier inclusion in other projects
Hi,
First thanks for creating the project. I'm interested in using the command line interface from my project instead of the serial interface. This has require a few small changes to tweak which include:
- You can load settings from the SD card rather than SPIFFS
- GPS, LED and SD card can be conditionally compiled out (I use the SD_MMC interface)
- runCommand is exposed if ENABLE_NONSERIAL_COMMAND_EXECUTION is defined
- Its been ported to the latest ESP32 Arduino library