We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d076fae commit f2a21a2Copy full SHA for f2a21a2
esp8266/esp_mphal.c
@@ -46,7 +46,7 @@ void mp_hal_debug_tx_strn_cooked(void *env, const char *str, uint32_t len);
46
const mp_print_t mp_debug_print = {NULL, mp_hal_debug_tx_strn_cooked};
47
48
void mp_hal_init(void) {
49
- ets_wdt_disable(); // it's a pain while developing
+ //ets_wdt_disable(); // it's a pain while developing
50
mp_hal_rtc_init();
51
uart_init(UART_BIT_RATE_115200, UART_BIT_RATE_115200);
52
}
0 commit comments