Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not really a issue But i wish it there was a arduino version of this game. #1

Open
josephchrzempiec opened this issue Feb 2, 2019 · 4 comments

Comments

@josephchrzempiec
Copy link

Hello sorry I'm not a programmer by any means I love playing with arduino code to make something. Just never did this type of coding or compiling. Is there or would there be a arduino version of this game?

@adangert
Copy link
Owner

adangert commented Feb 2, 2019

Hey there, yeah I'm currently working on ways to make this project easier for people to get involved with, and play the game, stay tuned!

@josephchrzempiec
Copy link
Author

Awesome Thank you. It be cool to try this out,

@shfanfan
Copy link

shfanfan commented Mar 5, 2019

I actually was working on an arduino version (slightly different game) but just cant get over the 2.5 seconds lag of the scannetworks() function. Anyone solved that?

@J-a-x-u
Copy link

J-a-x-u commented May 6, 2019

You can speed up ESP8266WiFiScanClass::scanNetworks() if you only scan on one channel:
scanNetworks(bool async = false, bool show_hidden = false, uint8 channel = 0, uint8* ssid = NULL);
so
scanNetworks(false, false, 13)
will only scan channel 13. Which only takes 360 milliseconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants