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
153 stars 103 forks source link

[ESP32] Use GPIO 35/A2 and 34/A3 for current sensing #325

Closed daniviga closed 1 year ago

daniviga commented 1 year ago

As suggested by @habazut over discord and looking at the Motor Shield schematics, A2 / A3 (which map to GPIO35 and GPIO34 on the Wemos D1 R32) better fit the current sensing purpose rather than GPIO36 and GPIO39

image

Wemos+MS

daniviga commented 1 year ago

Thanks @FrightRisk! I see however that in the meantime 4.2.36 has been already tagged, so version.h needs to be updated (having this change under 4.2.37) or the tag moved forward to include this merge