Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example using adafruit_connection_manager #31

Merged
merged 9 commits into from
Mar 18, 2024
Merged

Example using adafruit_connection_manager #31

merged 9 commits into from
Mar 18, 2024

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