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: jblanked/FlipperHTTP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: jblanked/FlipperHTTP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 1 contributor

Commits on Dec 23, 2025

  1. Merge pull request #68 from jblanked/dev

    new tutorials, source directory change, cleanup
    jblanked authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    07b0884 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from jblanked/dev

    add compilation scripts and v2.1.2 builds
    jblanked authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    11a4f5b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. Merge pull request #70 from jblanked/dev

    v2.1.3 (quick fix)
    jblanked authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    3897442 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from jblanked/dev

    Set `WiFi.setAutoReconnect(false)` (ESP32s3 only)
    jblanked authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    b91a759 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Merge pull request #72 from jblanked/dev

    FlipperHTTP - v2.1.4
    
    Added:
    - New `[BOARD/NAME]` command that returns the name of the board
    - `EraseFlash=all` flag in the build options to ensure the flash is wiped before FlipperHTTP is flashed onto the board 
    
    Updated:
    - WiFi auto-reconnect to false for all ESP32 variants
    - WiFi connection logic to disconnect before reconnecting if already connected
    jblanked authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    baa880f View commit details
    Browse the repository at this point in the history
Loading