Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
f2a21a24
Commit
f2a21a24
authored
Aug 20, 2016
by
Paul Sokolovsky
Browse files
esp8266/esp_mphal: No longer disable watchdog on startup.
Disabling it was an omission from early development stages.
parent
d076fae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
esp8266/esp_mphal.c
View file @
f2a21a24
...
...
@@ -46,7 +46,7 @@ void mp_hal_debug_tx_strn_cooked(void *env, const char *str, uint32_t len);
const
mp_print_t
mp_debug_print
=
{
NULL
,
mp_hal_debug_tx_strn_cooked
};
void
mp_hal_init
(
void
)
{
ets_wdt_disable
();
// it's a pain while developing
//
ets_wdt_disable(); // it's a pain while developing
mp_hal_rtc_init
();
uart_init
(
UART_BIT_RATE_115200
,
UART_BIT_RATE_115200
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment