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: 2.3.6
Choose a base ref
...
head repository: Links2004/arduinoWebSockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.0
Choose a head ref
  • 18 commits
  • 33 files changed
  • 6 contributors

Commits on Apr 5, 2022

  1. bump version to 2.3.7

    Links2004 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5881a99 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    3073c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb67c8 View commit details
    Browse the repository at this point in the history
  3. more debug

    Links2004 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    04249a9 View commit details
    Browse the repository at this point in the history
  4. more debug

    Links2004 committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    2110ad0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd8675c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Fix async run

    Tony763 authored and Links2004 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    2b0e8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdba4e View commit details
    Browse the repository at this point in the history
  3. Use async sleep, increase chunk size

    Tony763 authored and Links2004 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    94a531c View commit details
    Browse the repository at this point in the history
  4. Fix Typo

    Tony763 authored and Links2004 committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    f1ffaed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    323592f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Port to Raspberry Pi Pico W core

    Add support for the onboard WiFi chip on the Raspberry Pi Pico W
    (RP2040 based ) board using the arduino-pico Arduino core at
    https://github.com/earlephilhower/arduino-pico
    
    The PicoW WiFi stack is a mashup of the ESP8266 and ESP32 cores, so
    only minimal changes were required.  Defines a new NETWORK_TYPE for
    the PicoW.
    
    ESP8266 examples renames to ESP8266_PICO because they all work unmodified
    (except for OTA which is handled differently on the Pico)
    earlephilhower authored and Links2004 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d9a5c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c357c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4115a87 View commit details
    Browse the repository at this point in the history
  4. clang-format

    Links2004 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a4f13a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22dff65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7eda34f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb900a7 View commit details
    Browse the repository at this point in the history
Loading