atanisoft / ESP32CommandStation

An ESP32 based DCC Command Station with integrated OpenLCB (LCC) --- NOTE: this project is not under active development.
https://atanisoft.github.io/ESP32CommandStation/
GNU General Public License v3.0
90 stars 34 forks source link

WebUI: Locomotive Direction toggle event is reversed #87

Closed TrainzLuvr closed 2 years ago

TrainzLuvr commented 3 years ago

In the WebUI, the Locomotive Direction toggle button defaults to FWD, yet the serial monitor registers FWD event when the button is toggled to REV, and then REV event when the button is toggled back to FWD.

[DCC++ loco 5903] Set direction to FWD
[DCC++ loco 5903] Set direction to REV
atanisoft commented 3 years ago

Interesting, haven't seen this and thought it was fixed a while ago. Will check.