Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: earlephilhower/arduino-littlefs-upload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.3
Choose a base ref
...
head repository: earlephilhower/arduino-littlefs-upload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.4
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 4, 2025

  1. Changed esp32 OTA upload command (#85)

    * Changed esp32 OTA upload command to use "espota" instead of "espota.py" under
    windows and macOS.
    
    * Changed OTA upload under macOS to use python script.
    
    * Updated comments in code to reflect previous changes.
    
    ---------
    
    Co-authored-by: mrmabulous <[email protected]>
    mabuware and mrmabulous authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    4346cbf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Fix octothorpe comments in ESP32 partitions (#91)

    The code took each partitions.csv line and cut off everything after
    a "#"....and then threq out the cut line and parsed the original.
    This means it would parse commented lines as if they just had a
    name of "#spiffs", for example.
    
    Actually use the trimmed line in calculations.
    
    Fixes #90
    earlephilhower authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    11f20f1 View commit details
    Browse the repository at this point in the history
  2. Update version

    earlephilhower committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    fc5a3f5 View commit details
    Browse the repository at this point in the history
Loading