mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add xmodem and ymodem file send support (#208)
* Add xmodem and ymodem file send support --------- Co-authored-by: pnr <pnr@home25.nl>
This commit is contained in:
parent
812dee8e54
commit
e6ffbd9058
6 changed files with 285 additions and 1 deletions
|
|
@ -29,3 +29,6 @@ long string_to_long(char *string);
|
|||
int ctrl_key_code(unsigned char key);
|
||||
void alert_connect(void);
|
||||
void alert_disconnect(void);
|
||||
|
||||
extern char key_hit;
|
||||
int xymodem_send(int sio, const char *filename, char mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue