Mike Dunston

Results 15 issues of Mike Dunston

Fixes https://github.com/atanisoft/ESP32CommandStation/issues/15

enhancement

Currently it is only possible to define turnouts but not routes which consist of multiple turnouts, either DCC or OpenLCB based turnouts.

enhancement

Currently only a handful of the endpoints have comments in the code to indicate the expected behavior, this needs to be extended to all other endpoints and document the json...

documentation
WebUI

Currently after the CS has been flashed with code there is no "next" step or guide for how to use the CS.

help wanted
documentation

Currently the config files are stored on either an SD card or on the SPIFFS partition. It would be helpful to have a way to backup/restore the persistent configuration files.

enhancement

When placing a QFN-48 chip (ESP32-PICO-D4 as example) with pin 1 as right side bottom most pin the CPL puts it as bottom edge left most pin. The KiCad all-pos...

I've encountered an odd case where the caching in LittleFS seems to be causing an issue that I'm not seeing on SD or SPIFFS. Using a code pattern similar to...

Arduino-esp32 2.0.0 support: - [x] OSSelectWakeup. - [x] Unify v3.x and v4.x esp_start_select, esp_wakeup, esp_wakeup_from_isr. - [x] Esp32WiFiManager. - [x] Migrate to new event mechanism for v4.x+ to resolve deprecated...

In testing the ESP32 compilation of OpenMRNLite (latest master code) with "-Wignored-qualifiers" GCC flag (default with PIO when compiling with esp-idf) I encountered this warning which would be good to...