whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 222 forks source link

fixed typo in baud rate config #390

Closed the0ne closed 2 years ago

the0ne commented 3 years ago

changed LUA_RTOS_CONSOLE_BR_57200 to LUA_RTOS_CONSOLE_BR_57600 which is checked for in file components/sys/luartos.h

Sorry for the unclean diff, I have made the change using the github online editor which seems to have messed up something.

the0ne commented 2 years ago

Re-doing properly as new PR.