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: adafruit/Adafruit_CircuitPython_NTP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82c9abf
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_NTP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85c60e8
Choose a head ref
  • 10 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 15, 2024

  1. Example using adafruit_connection_manager

    Example using adafruit_connection_manager to allow alternate radios (sources of sockets)
    
    Addresses:
    adafruit/Adafruit_CircuitPython_Wiznet5k#132
    
    Tested with CP9.0.0.* on:
    Adafruit QY Py ESP32-S3
    Raspberry Pi Pico W
    Adafruit Ethernet FeatherWing
    
    Tested on Adafruit PyPortal, but ESP32SPI currently has no context manager for sockets, and the NTP library requires this.
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    21d8f50 View commit details
    Browse the repository at this point in the history
  2. Update ntp_connection_manager.py

    pre-commit fixes
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5f56ecb View commit details
    Browse the repository at this point in the history
  3. Update ntp_connection_manager.py

    black fixes
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b8f2b47 View commit details
    Browse the repository at this point in the history
  4. Update ntp_connection_manager.py

    added SPI comment
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2ae8d7d View commit details
    Browse the repository at this point in the history
  5. Update ntp_connection_manager.py

    added comment about radios
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0308e8a View commit details
    Browse the repository at this point in the history
  6. Update ntp_connection_manager.py

    remove esp32spi for now (several incompatibilities with NTP implementation)
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6ecae6f View commit details
    Browse the repository at this point in the history
  7. Update ntp_connection_manager.py

    once more, with feeling
    anecdata authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3b31b06 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. remove while True

    anecdata authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    1c801d4 View commit details
    Browse the repository at this point in the history
  2. remove unneeded import time

    anecdata authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    541c394 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge pull request #31 from anecdata/cm_multi_radio

    Example using adafruit_connection_manager
    FoamyGuy authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    85c60e8 View commit details
    Browse the repository at this point in the history
Loading