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

Restructured project to work as library compatible with Arduino-Espressif32 v2.0.x #290

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

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    f2014c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fbcb87 View commit details
    Browse the repository at this point in the history
  3. Change platform source

    Use Tasmota repository while Arduino-Espressif32 V2.0.x is not available in PIO.
    FernandoGarcia committed May 21, 2022
    Configuration menu
    Copy the full SHA
    13b3dd0 View commit details
    Browse the repository at this point in the history
  4. Use LittleFS for ESP32

    FernandoGarcia committed May 21, 2022
    Configuration menu
    Copy the full SHA
    a8a7d9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1089b03 View commit details
    Browse the repository at this point in the history
  6. Fix issue with file not being created in ESP32 with LittleFS

    The output now should be like this at first run.
    
    ./components/esp_littlefs/src/littlefs/lfs.c:1071:error: Corrupted dir pair at {0x0, 0x1}
    Directory doesn't exists.
    Directory created.
    /config/wifiSettings.json was opened.
    Directory exists.
    /config/apSettings.json was opened.
    Directory exists.
    /config/securitySettings.json was opened.
    FernandoGarcia committed May 21, 2022
    Configuration menu
    Copy the full SHA
    fab2bcb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update library.json

    FernandoGarcia authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    004d271 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Improve example

    FernandoGarcia committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5ca954c View commit details
    Browse the repository at this point in the history