DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
207 stars 150 forks source link

Sensors Only Version for NodeMCU #31

Closed dtworth closed 6 years ago

dtworth commented 6 years ago

Uses the WiFi connection only to talk to JMRI. The serial interface is only used for boot status and debugging.

Several files were deleted, so don't let the number of deletions scare you.

I eliminated everything but Sensor inputs. I might add the Output back in, if there is any interest. I am also considering the possibility of serving multiple clients (similar to the ESP32 version). Now only one client can be connected at a time.