Code: Select all
static ETSTimer testTimer1;
void user_init(void)
{
// Configure the UART
uart_init(BIT_RATE_115200, BIT_RATE_115200);
os_timer_disarm(&testTimer1);
os_timer_arm(&testTimer1, 1000, 1);
}
为什么这样会影响底层喂看门狗?
谢谢!
Postby xiaodong » Fri May 29, 2015 4:01 am
Code: Select all
static ETSTimer testTimer1;
void user_init(void)
{
// Configure the UART
uart_init(BIT_RATE_115200, BIT_RATE_115200);
os_timer_disarm(&testTimer1);
os_timer_arm(&testTimer1, 1000, 1);
}
Postby ESP_Faye » Fri May 29, 2015 10:06 am
Users browsing this forum: No registered users and 26 guests
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.