yincheng.zhong
2025-12-13 3c2021441490ae9b93f7a2ef0f379909b589edd9
STM32H743/FML/Internet/Internet.c
@@ -11,6 +11,7 @@
#include "Internet.h"
#include "EG800Driver.h"
#include "EG800FSM.h"
#include "MQTT.h"
/*******************************************************************************
 *                                  Macro                                      *
@@ -109,6 +110,7 @@
 *******************************************************************************/
HIDO_INT32 Internet_Init(void)
{
    MQTT_Init();
    if (EG800Driver_Init() != HIDO_OK)
    {
        return HIDO_ERR;