WiFiManager: WiFiManager.h: No such file or directory / Platform.io
Basic Infos
Hardware
WiFimanager Branch/Release: 0.16.0
Esp8266/Esp32:
Hardware: ESP32
Core Version: 2.4.0, staging
Description
I don’t know if I’m doing something wrong, but I am unable to use the WifiManager with esp32dev board using Platformio. I am using the following platformio.ini
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
Button2@1.0.0
bodmer/TFT_eSPI@^2.3.59
tzapu/WiFiManager^0.16.0
and I get the following error message:
[...]
src/main.cpp:6:25: fatal error: WiFiManager.h: No such file or directory
*********************************************************************
* Looking for WiFiManager.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:WiFiManager.h"
* Web > https://platformio.org/lib/search?query=header:WiFiManager.h
*
********************************************************************
I don’t know if this is really a bug with this library, but I’m unable to find a solution for that. Any help would be appreciated. Thanks!
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 19
lib_deps = https://github.com/tzapu/WiFiManager.git
platformio library manager does not support beta releases