Hieromon / AutoConnect

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
https://hieromon.github.io/AutoConnect/
MIT License
889 stars 185 forks source link

AutoConnectCore Not Working #604

Closed fabltd closed 1 year ago

fabltd commented 1 year ago

If #include <AutoConnectCore.h> is used the follow complie errors occour:

In file included from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectUpdate.cpp:16:
.pio/libdeps/featheresp32/AutoConnect/src/AutoConnectUpdate.h:44:10: fatal error: HTTPClient.h: No such file or directory

********************************************************************
* Looking for HTTPClient.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:HTTPClient.h"
* Web  > https://registry.platformio.org/search?q=header:HTTPClient.h
*
********************************************************************

 #include <HTTPClient.h>
          ^~~~~~~~~~~~~~
compilation terminated.
Compiling .pio/build/featheresp32/FrameworkArduino/IPAddress.cpp.o
*** [.pio/build/featheresp32/lib974/AutoConnect/AutoConnectUpdate.cpp.o] Error 1
In file included from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectExt.hpp:24,
                 from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectAux.cpp:10:
.pio/libdeps/featheresp32/AutoConnect/src/AutoConnectUpdate.h:44:10: fatal error: HTTPClient.h: No such file or directory

********************************************************************
* Looking for HTTPClient.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:HTTPClient.h"
* Web  > https://registry.platformio.org/search?q=header:HTTPClient.h
*
********************************************************************

 #include <HTTPClient.h>
          ^~~~~~~~~~~~~~
compilation terminated.
In file included from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectExt.hpp:24,
                 from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectConfigAux.h:20,
                 from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectConfigAux.cpp:14:
.pio/libdeps/featheresp32/AutoConnect/src/AutoConnectUpdate.h:44:10: fatal error: HTTPClient.h: No such file or directory

********************************************************************
* Looking for HTTPClient.h dependency? Check our library registry!
*
* CLI  > platformio lib search "header:HTTPClient.h"
* Web  > https://registry.platformio.org/search?q=header:HTTPClient.h
*
********************************************************************

 #include <HTTPClient.h>
          ^~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/featheresp32/lib974/AutoConnect/AutoConnectAux.cpp.o] Error 1
*** [.pio/build/featheresp32/lib974/AutoConnect/AutoConnectConfigAux.cpp.o] Error 1
In file included from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectExt.hpp:24,
                 from .pio/libdeps/featheresp32/AutoConnect/src/AutoConnectOTA.cpp:28:
.pio/libdeps/featheresp32/AutoConnect/src/AutoConnectUpdate.h:44:10: fatal error: HTTPClient.h: No such file or directory
Hieromon commented 1 year ago

Same as #601