增加BearPi+ESP8266+MQTT上云工程

This commit is contained in:
mculover666
2020-04-29 16:17:18 +08:00
parent 7816ea87f5
commit 1eb296721c
4 changed files with 2609 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ void MX_LPUART1_UART_Init(void)
{
Error_Handler();
}
HAL_UART_Receive_IT(&hlpuart1, &data, 1);
}
/* USART1 init function */