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

Redesign async client #361

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Redesign async client #361

wants to merge 15 commits into from

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    ddcb7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84aede7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc5d1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b5dabd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    8665b83 View commit details
    Browse the repository at this point in the history
  2. honor interval properly

    bertmelis committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5fb1874 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Harmonize polling

    Use ticker instead of onPoll to harmonize polling between esp8266 and esp32
    bertmelis committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4c879de View commit details
    Browse the repository at this point in the history
  2. rework logic

    bertmelis committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f25cfd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    5eb6076 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. annotate limitations

    bertmelis committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    30041d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    5502554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3577d8c View commit details
    Browse the repository at this point in the history
  3. mind connect return value

    bertmelis committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5dcd624 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    bd447be View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. compilation fixes for async client

    * remove lock from state
    * rename variable 'queue'
    * fix brackets
    * pop_front --> pop
    bertmelis authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9db7230 View commit details
    Browse the repository at this point in the history