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

Gui - added Wifi connection failed message #33

Merged
merged 2 commits into from
Mar 2, 2021
Merged

Conversation

JohnySeven
Copy link
Owner

Been playing with Wifi and SK connections lately and fixed few more bugs and added more messages into GUI to let user know what is going on.

Things I've changed:
Gui - added lost Signal K connection message
WifiManager - added log with disconnected reason (for debuging)
WifiManager - added detection for Wifi assoc failure and sending Gui message to inform user
WifiManager - there was a bug that caused incorrect cleanup of Wifi resources that could cause battery drain
WifiManager - Wifi will be added to know list only if connection is success!
WifiManager - connect function will correctly disable Wifi before new connection
SignalKSocket - added reconnect counter that will stop reconnecting websocket after 3 attempts
SignalKSocket - raised incomming JSON buffer size to 4K, moved delta_counter to parse_data
SoundPlayer - some basic stuff - not working yet (networking is priority now)
Keyboard - removed callback events log
SettingsView - added const int spacing to make object spacing same on every view
Signal K settings - if connected to SK show number of parsed deltas
WifiSettings - layout change to make Connect and Scan buttons centered, added enhanced update checking

Gui - added lost Signal K connection message
WifiManager - added log with disconnected reason (for debuging)
WifiManager - added detection for Wifi assoc failure and sending Gui message to inform user
WifiManager - there was a bug that caused incorrect cleanup of Wifi resources that could cause battery drain
WifiManager - Wifi will be added to know list only if connection is success!
WifiManager - connect function will correctly disable wifi before new connection
SignalKSocket - added reconnect counter that will stop reconnecting websocket after 3 attempts
SignalKSocket - raised incomming JSON buffer size to 4K, moved delta_counter to parse_data
SoundPlayer - some basic stuff - not working yet (networking is priority now)
Keyboard - removed callback events log
SettingsView - added const int spacing to make object spacing same on every view
Signal K settings - if connected to SK show number of parsed deltas
WifiSettings - layout change to make Connect and Scan buttons centered, added enhanced update checking
@JohnySeven
Copy link
Owner Author

@ba58smith any notes from your side? Thanks!

@ba58smith
Copy link
Collaborator

No comments here, except that all those changes and fixes look great! I will try it all as soon as I can after you merge it. Hopefully tomorrow.

@JohnySeven JohnySeven merged commit a215186 into master Mar 2, 2021
@JohnySeven JohnySeven deleted the network_and_sound branch March 2, 2021 17:24
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

Successfully merging this pull request may close these issues.

2 participants