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

Fix alexa devices invisible/uncontrollable #4214

Merged
merged 10 commits into from
Oct 25, 2024

Commits on Sep 4, 2024

  1. 8266 compatibility builds for older chips (another attempt t o solve A…

    …ircoookie#3690 and Aircoookie#3685)
    
    some users have reported that releases after 0.14.0 are not working reliably. So we add a few "compat" for 8266 that try to reproduce the buildenv of 0.14.0 as much as possible.
    
    * platform and platform_packages from 0.14.0
    * not using PIO_FRAMEWORK_ARDUINO_MMU_CACHE16_IRAM48
    * due to smaller IRAM, we had to move some functions back from IRAM to normal flash (may cause slowdown)
    softhack007 committed Sep 4, 2024
    3 Configuration menu
    Copy the full SHA
    ef80abd View commit details
    Browse the repository at this point in the history
  2. Mirroring bugfix.

    blazoncek authored and softhack007 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dc90a4e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    058e66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfd2e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. AWS library fix

    blazoncek committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    1ff667b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. Removed unused code

    Svennte committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f54b817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61a27b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    dda8405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    944bfcd View commit details
    Browse the repository at this point in the history