wezhunter / ESP32_LinuxCNC_MotionController_RealTime

ESP32 hardware based real-time LinuxCNC motion controller
GNU General Public License v3.0
15 stars 8 forks source link

Remove ArduinoNVS lib dependency and use ESP32 built-in Arduino NVS lib #21

Open wezhunter opened 7 months ago

wezhunter commented 7 months ago

Missed this one. One less external dependency, native in ESP32 Arduino framework

wezhunter commented 7 months ago

WebUI replaces most of this. Native NVS lib only used for basic features such as boot loop detection