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

Better network handling #118

Merged
merged 24 commits into from
Aug 19, 2021
Merged

Better network handling #118

merged 24 commits into from
Aug 19, 2021

Conversation

brentru
Copy link
Member

@brentru brentru commented Aug 19, 2021

This pull request:

  • ADDS a network FSM that checks network and MQTT connectivity. Handles network re-connection and mqtt re-establishment.
    • All library functions which publish or poll now execute the FSM prior to calling their network action, to avoid network dropouts.
  • FIXES Registration publish causing throttle loop #117 - Registration publishing causing throttling
  • FIXES MagTag build stuck in boot-loop #101 - MagTag boot loop
  • MOVES AnalogGPIO/DigitalGPIO classes to new components folder
  • REMOVES old networking code in favor of the network FSM

@brentru brentru merged commit afa3349 into master Aug 19, 2021
@brentru brentru deleted the net-fsm branch August 19, 2021 19:37
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.

Registration publish causing throttle loop MagTag build stuck in boot-loop
1 participant