mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
enlarge buffer for CDC for stm32f4discovery to hopefully resolve xmodem issues
This commit is contained in:
parent
1c94c7f233
commit
c1d1f5dd10
@ -5,7 +5,7 @@ return {
|
||||
components = {
|
||||
sercon = { uart = "cdc", speed = 115200 },
|
||||
romfs = true,
|
||||
cdc = { buf_size = 64 },
|
||||
cdc = { buf_size = 128 },
|
||||
advanced_shell = true,
|
||||
term = { lines = 25, cols = 80 },
|
||||
linenoise = { shell_lines = 10, lua_lines = 50 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user