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

Audio sync receive only - EPS8266 #60

Merged
merged 21 commits into from
Aug 23, 2023
Merged

Audio sync receive only - EPS8266 #60

merged 21 commits into from
Aug 23, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    a44c14a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565293c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7e0ba5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. Fix compile errors for soundAgc and limitSoundDynamics - but not idea…

    …l, should only be on the sender
    netmindz committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    555ea5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3367039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4bd50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baff1a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7209db View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    96c19b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a1deb View commit details
    Browse the repository at this point in the history
  3. Fix maxVol and binNum

    netmindz committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f0cc7f0 View commit details
    Browse the repository at this point in the history
  4. Fix maxVol and binNum

    netmindz committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    0672d1c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. minor fix for 8266

    small typo, resulting in "A0" listed twice in the pin info.
    softhack007 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1c7d5d7 View commit details
    Browse the repository at this point in the history
  2. 8266 hotfix: solving connectivity problems

    * it seems that `WiFiUDP.flsuh()` does something completely different from 8266, and  its actually causing WLED to stall on UI calls. So not usable on 8266.
    * fixing a few compiler warnings about "comparing signed and unsigned"
    
    NB: its a hotfix, we have to check if there are other problems on 8266. Also its definitely ugly, but it helps as a band aid.
    softhack007 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f689d51 View commit details
    Browse the repository at this point in the history
  3. agcSensitivity (to align um_data with esp32)

    all elements of um_data must be filled, otherwise some effects will crash.
    This adds a dummy " agcSensitivity" value that stays at 128.
    softhack007 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2cc6925 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. some improvements

    * remove some internal variables (soundAgc, multAgc, ....)
    * prototype for autoResetPeak(void)
    * changed `#ifndef ESP8266` to `#ifdef ARDUINO_ARCH_ESP32`
    * replacement code for computing max sample
    * Info Page: "audio source" added (idle/receiving/not connected/Off)
    softhack007 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d221745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3255530 View commit details
    Browse the repository at this point in the history
  3. 8266: minor buildenv updates

    * -Wno-register not needed any more (solved in FastLED 3.6.0)
    * ARDUINOJSON_DEBUG added to debug_flags
    * use WLEDMM_PROTECT_SERVICE on 8266, too
    softhack007 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    023279c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1306cc0 View commit details
    Browse the repository at this point in the history
  5. bugfix

    seems I was too fast with removing _P from strncmp_P
    softhack007 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ecc6f1a View commit details
    Browse the repository at this point in the history