add mqtt-iothub project on EVB_G0 Board

This commit is contained in:
mculover666
2020-07-21 10:46:03 +08:00
parent db99e5a6a9
commit a9733a943e
5 changed files with 2319 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ void mqtt_demo_task(void)
device_info_t dev_info;
memset(&dev_info, 0, sizeof(device_info_t));
/**
* Please Choose your AT Port first, default is HAL_UART_0(LPUART)
*/
esp8266_tencent_firmware_sal_init(HAL_UART_PORT_0);
esp8266_tencent_firmware_join_ap("Mculover666", "mculover666");