add comments and corrections by mhightower83 · Pull Request #8201 · esp8266/Arduino

@mhightower83

@mhightower83

Added conditional build around option 'p' to call stack_thunk_dump_stack
which can only print when debug is enabled.

d-a-v

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

earlephilhower

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the ROM disassembly, it does seem that there is no UART param in ets_install_uart_printf, so LGTM. Thx!