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

[PluginID] Add support for over 255 pluginIDs #5083

Open
wants to merge 27 commits into
base: mega
Choose a base branch
from

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    234decd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b125d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    094594e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b816de8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

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

Commits on Jul 13, 2024

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

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    cbe732d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c527cf View commit details
    Browse the repository at this point in the history
  3. [Controller Settings] Reserve bits for TLS type in controller settings

    For upcoming MQTT TLS feature
    TD-er committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d5142a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. [GPS] Improve GPS resolution

    GPS is one of the very few use cases, where the resolution of a float is not enough.
    A float only has a resolution of 6 decimals.
    However, when you are located at a location where the latitude or longitude requires 2 or 3 decimal places to represent the degrees, not a lot of resolution is left to pinpoint the actual position.
    
    Before this fix, the standard deviation of my position (53 degree North, 6 East) was about 15 - 20 meters on a stationary GPS module.
    With this fix, the standard deviation is about 5 meter for the same stationary GPS modules.
    TD-er committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b4ff34e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    9550e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05d924 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Sep 24, 2024

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

Commits on Sep 26, 2024

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

Commits on Sep 28, 2024

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

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    d42db9d View commit details
    Browse the repository at this point in the history
  2. [ESPEasy p2p] Fix sending task value data on ESP8266

    TaskValueData_t is now forced 32-bit aligned to fix other issues, so we must copy it byte aligned to/from the p2p struct.
    TD-er committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4a0504b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4e3fa View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    3f86f3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c70724c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    056c90c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 7, 2024

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