DCC-EX / CommandStation-EX

EX-CommandStation firmware from DCC-EX. Includes support for WiFi and a standalone WiThrottle server. A complete re-write of the original DCC++.
https://dcc-ex.github.io/
GNU General Public License v3.0
156 stars 108 forks source link

Bug Report: #280

Closed Asbelos closed 1 year ago

Asbelos commented 1 year ago

Version

Devel

Bug description

S command can create a sensor object on a hal pin that doesn't exist... it then creates an error message on every poll cycle.

Steps to reproduce the bug

<S 500 500 0> Where 500 is not defined by HAL settings As a VPIN.

Expected behaviour

### Screenshots _No response_ ### Hardware in use Any command station ### Additional context None
Asbelos commented 1 year ago

OK.. well ignore all that because: a) the message is only repeated when HAL diagnostics are on. b) if LCN is used, there may be sensors that have no HAL pin anyway.

Asbelos commented 1 year ago

Forget this.