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: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: TNeutron/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 31, 2025

  1. fix(logging): Corrected FPS calculation

    Previously, last_frame was only updated once at the beginning of stream_handler,
    leading to incorrect FPS and avg_frame_time computation.
    
    This commit ensures last_frame is updated on each iteration after last FPS computation,
    resulting in accurate FPS logging.
    
    Fixes #10920
    TNeutron committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    0bb7b95 View commit details
    Browse the repository at this point in the history
  2. Revert "fix(logging): Corrected FPS calculation"

    This reverts commit 0bb7b95.
    TNeutron committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    25484e1 View commit details
    Browse the repository at this point in the history
  3. fix(loggin): Incorrect FPS computation fixed

    Corrected and tested change in FPS computation, suggested by @me-no-dev and found working with correct numbers.
    
    Previously, last_frame was only updated once at the beginning of stream_handler,
    leading to incorrect FPS and avg_frame_time computation.
    
    This commit ensures last_frame is updated on each iteration after last FPS computation,
    resulting in accurate FPS logging.
    
    Fixes #10920
    TNeutron committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    b4bf578 View commit details
    Browse the repository at this point in the history
Loading