MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
30 stars 33 forks source link

MEGA65_FTP: don't allow serial, ethernet, and direct sd concurrently #199

Closed lydon42 closed 3 months ago

lydon42 commented 4 months ago

Currently you can specify the options -l, -e, and -d all together. There is an implicit order of those, so you will only get the most preferred one.

Change command parsing, so mega65_ftp will show you your error and asks you to only use one of the possible modes of operation.