GithubHelp home page GithubHelp logo

Comments (4)

malves61 avatar malves61 commented on June 21, 2024 1

Thanks for your patience and kind answer.
I found WiFi101 referenced at c_cpp_properties.json on the .vscode folder - probably I made a mistake with Intellisense.
Deleting .vscode and all libraries from the project and adding khoih-prog/ESPAsync_WiFiManager @ ^1.3.0 to the dependencies did the trick.

from espasync_wifimanager.

khoih-prog avatar khoih-prog commented on June 21, 2024

There is something wrong with your library usage.

The ESP8266 doesn't need WiFi101 library. Adding it will create sure conflict errors.

Just remove all instances of WiFi101 and it'll be OK.

|-- <DNSServer> 1.1.1
|   |   |-- <WiFi101> 0.16.1
|   |-- <ESP8266WiFi> 1.0
|-- <DNSServer> 1.1.1
|   |-- <WiFi101> 0.16.1
|-- <ESP8266WiFi> 1.0
|-- <LittleFS(esp8266)> 0.1.0
|-- <WiFi101> 0.16.1

It's also possible you don't use the correct DNSServer library for ESP8266. Be sure to check.

from espasync_wifimanager.

khoih-prog avatar khoih-prog commented on June 21, 2024

Another note is that the DNSServer library is included in the ESP8266/ESP32 cores

  1. ESP8266 built-in library => DNSServer Library
  2. ESP32 built-in library . => DNSServer Library

You don't need to download any new DNSServer library at all.

from espasync_wifimanager.

khoih-prog avatar khoih-prog commented on June 21, 2024

That's great. Your complete bug report is very helpful to locate the issue and remember doing the same way next time (hopeful no more issue;=))

Without complete picture, no one can have psychic power to guess what's wrong, so it'll be time-consuming to solve, even the smallest issue.

Cheers,

from espasync_wifimanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.