Git Product home page Git Product logo

Comments (5)

chickey avatar chickey commented on July 26, 2024

I do not call WiFiManager.h , i call #include <ESPAsyncWiFiManager.h> it's in the main file. If you include the library from the link mentioned in the comments it compiles fine as is.

from rs485-wifi-epever.

mph88 avatar mph88 commented on July 26, 2024

If you #include <ESPAsyncWiFiManager.h>, tzapu/WiFiManager does not include ESPAsyncWiFiManager.h, but instead includes WiFiManager.h. If you do use that repo and change to #include <WiFiManager.h>, then you'll get an error at: AsyncWiFiManager wifiManager(&server,&dns), because WiFiManager does not include AsyncWiFiManager. The only way I could get this to compile is to use alanswx's repo.

from rs485-wifi-epever.

chickey avatar chickey commented on July 26, 2024

I will setup a fresh environment to compile to check as mine compiles without modification. I do have AsyncWiFiManager manually installed however.

from rs485-wifi-epever.

Elwell avatar Elwell commented on July 26, 2024

I've just come across a similar variant of this - A fresh install (1.18.3) of the arduino software with no existing libraries fails to build. The built-in library manager will allow downloading of ESPUI, ModbusMaster, PubSubClient. ESPAsyncWebserver (and its dependent ESPAsyncTCP) needed to be downloaded directly from github, and the "preferred" version of the wifi manager seems to be ESPAsync_WiFiManager - note the underscore!.

I've got a minor patch to this in one of my branches (see Elwell@fe32d49) and subsequent comments on discord

from rs485-wifi-epever.

chickey avatar chickey commented on July 26, 2024

I've stuck with the existing tapzu repo for now as when i switched to the alternative mentioned the interface would quickly stop responding. I may revisit this in the future.

from rs485-wifi-epever.

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.