Moddable-OpenSource / moddable

Tools for developers to create truly open IoT products using standard JavaScript on low cost microcontrollers.
http://www.moddable.com
1.34k stars 237 forks source link

Use CONFIG_ESP_CONSOLE_UART_BAUDRATE for instrumented ESP32 builds #1413

Closed cmidgley closed 1 month ago

cmidgley commented 1 month ago

Update to all ESP32 main.c to use CONFIG_ESP_CONSOLE_UART_BAUDRATE instead of the hard-coded 115200 for instrumented builds (brief discussion on #1409).

mkellner commented 1 month ago

This has been committed and will be available in the next drop.