mkeller0815 / MEEPROMMER

EEPROM / EPROM programmer based on Arduino hardware
http://www.ichbinzustaendig.de/dev/meeprommer-en
MIT License
66 stars 45 forks source link

CMD list in version string corrected; matches parseCommand(). #1

Closed pda closed 10 years ago

pda commented 10 years ago

parseCommand() defines commands as:

R: READ_HEX
r: READ_BIN
W: WRITE_HEX
w: WRITE_BIN
V: VERSION

This patch fixes the command list advertised in the version string to match that list; R,r,w,W,V