ESP32Marauder icon indicating copy to clipboard operation
ESP32Marauder copied to clipboard

Enable easier inclusion in other projects

Open i-am-shodan opened this issue 4 months ago • 0 comments

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

i-am-shodan avatar Sep 27 '24 13:09 i-am-shodan