Adafruit_CircuitPython_Frui.../examples
Mikey Sklar 2e19356d9a ntp constructor dup / retry logic
ntp constructor removed.

dup rtc import had already been removed.

new NTP_RETRIES and NTP_DELAY_S user configurable settings.

```
NTP_RETRIES   = 8     # number of NTP fetch attempts
NTP_DELAY_S   = 1.0   # delay between attempts (seconds)
```

updated settings.toml example

updated docstring for sync_time with new NTP* configurables
2025-08-25 13:19:56 -07:00
..
wav use .license files 2025-08-14 16:50:14 -05:00
fruitjam_displaycheck.py extending portalbase, add example that uses network fetch 2025-07-21 15:51:14 -05:00
fruitjam_headphone.py ruff whitespace 2025-08-14 13:06:25 -07:00
fruitjam_ntp_settings.toml ntp constructor dup / retry logic 2025-08-25 13:19:56 -07:00
fruitjam_peripherals.py format 2025-07-01 12:11:45 -05:00
fruitjam_simpletest.py extending portalbase, add example that uses network fetch 2025-07-21 15:51:14 -05:00
fruitjam_speaker.py ruff whitespace 2025-08-14 13:06:25 -07:00
fruitjam_time_sync.py refactored to use fruitjam network module 2025-08-22 18:30:11 -07:00