mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
移除user_udp, 运行OK
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include "mico.h"
|
||||
#include "ota_server/ota_server.h"
|
||||
#include "main.h"
|
||||
#include "user_udp.h"
|
||||
#include "mqtt_server/user_mqtt_client.h"
|
||||
|
||||
float ota_progress = 0;
|
||||
@@ -32,10 +31,6 @@ static void OtaServerStatusHandler(OTA_STATE_E state, float progress)
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (str[0] > 0)
|
||||
{
|
||||
UserSend(true, str);
|
||||
}
|
||||
}
|
||||
|
||||
void UserOtaStart(char *url, char *md5)
|
||||
|
||||
Reference in New Issue
Block a user