OTA 完美

This commit is contained in:
zogodo
2020-02-23 20:49:46 +08:00
parent ec6eab737b
commit 3e6ecce8c8
4 changed files with 381 additions and 362 deletions

View File

@@ -5,7 +5,7 @@
#include "main.h"
#include "mqtt_server/user_mqtt_client.h"
float ota_progress = 0;
float ota_progress = -2;
static void OtaServerStatusHandler(OTA_STATE_E state, float progress)
{