Rework x/y-modem transfer command

Remove ctrl-t X optin and instead introduce submenu to ctrl-t x option
for picking which xmodem protocol to use.
This commit is contained in:
Martin Lund 2024-04-10 19:56:14 +02:00
parent a208c9908a
commit d8fb1ab0ca
4 changed files with 131 additions and 55 deletions

View file

@ -32,6 +32,3 @@ int ctrl_key_code(unsigned char key);
void alert_connect(void);
void alert_disconnect(void);
bool fs_dir_exists(const char *path);
extern char key_hit;
int xymodem_send(int sio, const char *filename, char mode);