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

"No web support!" on OLED despite web support enabled in config #36

Closed
ItsMeAubey opened this issue Jul 10, 2020 · 5 comments
Closed

"No web support!" on OLED despite web support enabled in config #36

ItsMeAubey opened this issue Jul 10, 2020 · 5 comments

Comments

@ItsMeAubey
Copy link

ItsMeAubey commented Jul 10, 2020

Hardware is Heltec Wifi Kit 32

Exact steps taken:

  1. download mav2pass 2.61.0 as zip file
  2. copy libraries folder to arduino libraries folder
  3. open MavToPass_v2.61.0.ino with arduino ide
  4. comment out both Ground_Mode and Air_Mode #defines and uncomment Relay_Mode define
  5. check that webSupport define is uncommented
  6. flash to board

image

20200710_135439

Commenting out the webSupport define makes a wifi network appear, but breaks the oled screen, removing all newlines. It is also impossible to connect to this network with the password set in config.h

20200710_143519

@zs6buj
Copy link
Owner

zs6buj commented Jul 10, 2020

Uncomment #define Reset_Web_Defaults

The first time you fire the board up after the first flash, all the default settings are read into eeprom. After that, if you need to change them, do it through the web interface, or use the option described above to reset them.

@ItsMeAubey
Copy link
Author

ItsMeAubey commented Jul 10, 2020

image

I tried the original, default password and password "12345678" but I get this error no matter what I do. Have re-flashed various times with various passwords. Tried to connect via my android phone but am told incorrect password despite putting in 12345678 exactly as in config.h

@ItsMeAubey
Copy link
Author

ItsMeAubey commented Jul 10, 2020

Reflashed 3x more, and now my android will connect with the password "password" but my windows 10 machines all will not.

edit: Tested macos and it connects, but none of the 3 windows machines I tried worked.

@zs6buj
Copy link
Owner

zs6buj commented Jul 11, 2020

Can't help you. Sorry.

@ItsMeAubey
Copy link
Author

I'm certain that this isn't an issue with m2p. If it works with macs and android it should work with windows, and nobody else has this issue. Thank you for the help with getting it working :)

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

2 participants