mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
File area updates WIP
This commit is contained in:
parent
c81b6789f4
commit
ac35d3506d
7 changed files with 135 additions and 48 deletions
|
@ -236,7 +236,7 @@ function getDefaultConfig() {
|
|||
},
|
||||
|
||||
zmodem8kSexyz : {
|
||||
name : 'ZModem 8k',
|
||||
name : 'ZModem (SEXYZ)',
|
||||
type : 'external',
|
||||
external : {
|
||||
// :TODO: Look into shipping sexyz binaries or at least hosting them somewhere for common systems
|
||||
|
@ -244,7 +244,7 @@ function getDefaultConfig() {
|
|||
sendArgs : [
|
||||
'-telnet', 'sz', '{filePath}'
|
||||
],
|
||||
escapeTelnet : true, // set to true to escape Telnet codes such as IAC
|
||||
escapeTelnet : false, // -telnet option does this for us
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue