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

Cleaned up UI <->FS path to not include any string operations. #482

Merged
merged 41 commits into from Mar 7, 2022

Commits on Feb 20, 2022

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

Commits on Feb 23, 2022

  1. updated debug info

    MartinMueller2003 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    0f41f52 View commit details
    Browse the repository at this point in the history
  2. Updated debug info

    MartinMueller2003 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    58e71c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    526deea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    293115a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af91dce View commit details
    Browse the repository at this point in the history
  3. Added support for SD MMC

    Added size field to the tracking structure
    MartinMueller2003 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    a1fb590 View commit details
    Browse the repository at this point in the history
  4. Added support for SD_MMC mode of operation for those platforms that s…

    …upport it using the default pins.
    MartinMueller2003 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2805b48 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f735d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    d480919 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58fbc95 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Changed SaveConfig JsonVariant to JsonDocument

    Changed save to file to skip string step and save JsonDoc directly to a file to conserve RAM while writing the file.
    MartinMueller2003 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7b85fa0 View commit details
    Browse the repository at this point in the history
  2. Updated DEBUG Information

    Removed a serialize to string operation that crashes on the 2.0.3 ESP32 core (also uses less ram)
    Added SaveConfig that takes JsonDoc Ref
    MartinMueller2003 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    18d681b View commit details
    Browse the repository at this point in the history
  3. Modified SaveConfig to not serialize to a string prior to saving the …

    …config. This saves ram in the save operation.
    MartinMueller2003 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    17f317d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a430d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Added "system" tag to the config record

    Unified creation of "system" config to a single function.
    Removed some debug output.
    MartinMueller2003 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    b0de33e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8cc0cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb8da89 View commit details
    Browse the repository at this point in the history
  4. Restructured config sequence so that a web config goes straight to a …

    …file and then gets processed when we are not in an interrupt level operation.
    MartinMueller2003 committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    8554367 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    aa25e63 View commit details
    Browse the repository at this point in the history
  2. Migrated to a common way to register for uart interrupts

    Added a workaround for the crash in uart.c from ESP-IDF
    MartinMueller2003 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    163acbe View commit details
    Browse the repository at this point in the history
  3. Changed register ISR function to return a bool

    Added ESP8266 definition for ESP_INTR_FLAG_IRAM
    MartinMueller2003 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    706ffe6 View commit details
    Browse the repository at this point in the history
  4. Advanced libraries to the latest versions

    Added ET32-ETH01 platform
    Moved global cache dirs to reside in the ESP dir.
    MartinMueller2003 committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ec96243 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    14e45ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e8bf1 View commit details
    Browse the repository at this point in the history
  3. Added debug info

    MartinMueller2003 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e02e0fe View commit details
    Browse the repository at this point in the history
  4. Added debug info

    MartinMueller2003 committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    8a72112 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4806b51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a02e88d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7462a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Configuration menu
    Copy the full SHA
    79af8f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6a0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69dbf33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    270ed6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d53ebf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c8f04d View commit details
    Browse the repository at this point in the history
  7. Added QuinnLed Processing board to supported platforms.

    Not part of auto build yet.
    This is a placeholder. Data is not valid.
    MartinMueller2003 committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1baf4a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    14e1136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab279b8 View commit details
    Browse the repository at this point in the history
  3. Moved Websocket buffer and the WebJsonDoc to PSRAM for systems that H…

    …ave PSRAM.
    
    Freed up 40KB of ram
    Increased buffer sizes to handle larger configurations.
    MartinMueller2003 committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    1549b08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88bd46 View commit details
    Browse the repository at this point in the history