浏览代码

Added Missing 'Update.h'

Ayush Sharma 6 年之前
父节点
当前提交
24505964f0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/AsyncElegantOTA.h

+ 1 - 0
src/AsyncElegantOTA.h

@@ -12,6 +12,7 @@
     #include "WiFi.h"
     #include <Hash.h>
     #include <AsyncTCP.h>
+    #include <Update.h>
 #endif
 
 #include <ESPAsyncWebServer.h>