Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoConnectCore Not Working #604

Closed
fabltd opened this issue May 26, 2023 · 1 comment
Closed

AutoConnectCore Not Working #604

fabltd opened this issue May 26, 2023 · 1 comment

Comments

@fabltd
Copy link

fabltd commented May 26, 2023

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
Copy link
Owner

Same as #601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants