1
0
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:
James Snyder 2013-10-27 17:29:08 -05:00
parent 1c94c7f233
commit c1d1f5dd10

View File

@ -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 },