Code Monkey home page Code Monkey logo

esptouch_smartconfig's People

Contributors

jpoh281 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

esptouch_smartconfig's Issues

Cannot connect after entering the password incorrectly

Hey,

When I try to connect via the example from Github it works fine. However, there is one case where an error occurs:

If I enter a password that is wrong it will output "None". Then i go back one page and when I enter the correct password, it still aborts after a minute and displays "None".
Does anyone know what to do?

Version: 1.69.1 (user setup)
Date: 2022-07-12T08:21:24.514Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Windows_NT x64 10.0.19044

wifi reset

how remove wifi information in esp touch?

permission

hi
i use this package but not working.
Screenshot 2021-12-27 101924
i add permission but i call method EsptouchSmartconfig.wifiData() show error on consol :
W/esptouch_smartconfig( 4801): Attempted to get Wi-Fi data that requires additional permission(s). W/esptouch_smartconfig( 4801): To successfully get WiFi Name or Wi-Fi BSSID starting with Android Q, please ensure your app has the CHANGE_WIFI_STATE and ACCESS_FINE_LOCATION permission. W/esptouch_smartconfig( 4801): For more information about Wi-Fi Restrictions in Android 10.0 and above, please consult the following link: W/esptouch_smartconfig( 4801): https://developer.android.com/guide/topics/connectivity/wifi-scan
and my code :
Screenshot 2021-12-27 102433
Is there a solution?

esptouch_set_timeout

Hi, is there a way to set a connection timeout? Similar to "esptouch_set_timeout" feature? Thank you

Cancel search?

Hi, I would like to cancel a running search. Is it possible?

Thanks in advance!

SSID and BSSID is null when run on IOS

It works on Android, but not working on IOS. When run on IOS, the wifiname and bssid is null although the connectionstate is done. Please advise how to fix this issue. I attached my code in below.

return FutureBuilder<Map<String, String>?>(
future: EsptouchSmartconfig.wifiData(),
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.done) {
return WifiPage(snapshot.data!['wifiName']!,
snapshot.data!['bssid']!);
} else
return Center(
child: CircularProgressIndicator(),
);
});
}

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.