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

[To Do]: Clean up rotary encoder device driver compile time warning #287

Closed peteGSX closed 1 year ago

peteGSX commented 1 year ago

Task description

Need to clean this up:

warning: narrowing conversion of 'value' from 'int' to 'byte {aka unsigned char}' inside { } [-Wnarrowing] byte _feedbackBuffer[2] = {RE_OP, value};

peteGSX commented 1 year ago

Closed with https://github.com/DCC-EX/CommandStation-EX/pull/326