8000 Comparing Links2004:master...simap:master · Links2004/arduinoWebSockets · 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: Links2004/arduinoWebSockets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: simap/arduinoWebSockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 20, 2021

  1. yield a bit more in places, fix timeout (seconds not ms)

    use delay(5) for at least 1 RTOS tick, otherwise lower priority tasks may
    not get anything
    when sending, always yield more. may limit to sending 200 calls/sec,
    but ESP32 seems fragile to send pressure and stalling the CPU
    (especially if run on CPU0)
    when reading, yield more if no data is received.
    simap committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    43423cf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    e3a713a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. timeout is in seconds, not milliseconds

    Ben Hencke committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    472caf0 View commit details
    Browse the repository at this point in the history
Loading
0