Giter VIP home page Giter VIP logo

Comments (5)

stefanbode avatar stefanbode commented on July 20, 2024

The ESP does not allow these kind of complex router functionality. You have to buy a small router e.g. from. Huawei

from sonoff-tasmota.

cyclemat avatar cyclemat commented on July 20, 2024

nope i mean only one Phone or Tablet can Controll The Device Without Wifi router on Client is possible or not ? i test to stop the reboot counter in AP mode and set it to the mainpage but it will not work !

from sonoff-tasmota.

stefanbode avatar stefanbode commented on July 20, 2024

You can change the behavior a bit when you change the timeout:
support.ino
#define WIFI_CONFIG_SEC 180 // seconds before restart (it is not the WIFI_MANAGER_SEC. I assume an error in default TASMOTA)
but because the underlying variable is a uint_8 the max value is 255. Therefore you have to trick again and avoid timer decrease when it has a specific value. e.g. 255. change in WifiCheck in support.ini either.

//STB mod
    if (wifi_config_counter < 255) {
      wifi_config_counter--;
    }

@

from sonoff-tasmota.

cyclemat avatar cyclemat commented on July 20, 2024

Will test it

from sonoff-tasmota.

stefanbode avatar stefanbode commented on July 20, 2024

I‘m in discussion with the main branch of this project because in AP mode you only get a fraction of the Webserver UI . This makes no sense and I voted for a change having the same UI also in AP mode. I assume in intermediate I will change this on my side, because this is also asecurity issue

from sonoff-tasmota.

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.