10000 Comparing fhessel:master...gpepe:master · fhessel/esp32_https_server · GitHub
[go: up one dir, main page]

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: fhessel/esp32_https_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gpepe/esp32_https_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on May 8, 2024

  1. Update HTTPConnection.hpp

    #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL (4, 4, 0)
      #include <sha/sha_parallel_engine.h>  
    #else
      #include <hwcrypto/sha.h>
    #endif
    gpepe authored May 8, 2024
    Configuration menu
    Copy the full SHA
    3c71c4d View commit details
    Browse the repository at this point in the history
  2. remove serial

    gpepe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7e33211 View commit details
    Browse the repository at this point in the history
  3. remove serial

    gpepe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    764d5b8 View commit details
    Browse the repository at this point in the history
  4. log lvl 0

    gpepe committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a9b30ee View commit details
    Browse the repository at this point in the history
Loading
0