Explorar el Código

Added Missing 'Update.h'

Ayush Sharma hace 6 años
padre
commit
24505964f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>