移除user_udp, 运行OK

This commit is contained in:
zogodo
2020-02-17 15:54:32 +08:00
parent 2b8067a6cd
commit 5f800d131d
11 changed files with 0 additions and 222 deletions

View File

@@ -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)