Coder Social home page Coder Social logo

wifitool's People

Contributors

gonesurfing avatar oferzv avatar talofer99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wifitool's Issues

Multiple libraries were found for "WiFiUdp.h"

Hello there!
I have this problem, when compile or upload:
Any idea?

/home/teno/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/libraries/ArduinoOTA/ArduinoOTA.cpp: In member function 'void ArduinoOTAClass::_runUpdate()':
/home/teno/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/libraries/ArduinoOTA/ArduinoOTA.cpp:281:3: error: 'stopAll' is not a member of 'WiFiUDP'
   WiFiUDP::stopAll();
   ^
Multiple libraries were found for "WiFiUdp.h"
 Used: /home/teno/arduino-1.8.9/libraries/WiFi
 Not used: /home/teno/.arduino15/packages/esp8266/hardware/esp8266/2.5.2/libraries/ESP8266WiFi
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

Missing HTML pages

Where are the 3 HTML files to go in the "data" directory?
They don't seem to be in src or elsewhere...

Second AsyncWebServer on port 81

My second web server doesn't work if I run wifiTool.runWifiPortal()

#include <wifiTool.h>
WifiTool wifiTool;
AsyncWebServer server2(81);

void setup() {
Serial.begin(115200);
Serial.println("System started");
wifiTool.begin();
wifiTool.runWifiPortal();

server2.on("/", HTTP_GET, [] (AsyncWebServerRequest *request) {
request->send(200, "text/plain", "Web server2");
});
server2.begin();
}

void loop() {
// put your main code here, to run repeatedly:
}

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.