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

Wait when trying to play a webstream while connecting to wifi #284

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Dec 28, 2023

  1. Wait when trying to play a webstream while connecting to wifi

    The previous code had some issues. First of all, with
    DONT_ACCEPT_SAME_RFID_TWICE it would not work at all. But without a
    change, not even that works correctly (due to gTriedToConnectToHost
    never being set).
    
    IMHO the code is simplified a lot. The whole control flow can be
    simplified if we just wait until a connection try hast completed.
    Sascha committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    734a2c1 View commit details
    Browse the repository at this point in the history