-
Notifications
You must be signed in to change notification settings - Fork 4
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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_FruitJam
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: adafruit/Adafruit_CircuitPython_FruitJam
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 6 files changed
- 2 contributors
Commits on Aug 22, 2025
-
helper code to get time sync with minimal fuss on the Fruit Jam.
Configuration menu - View commit details
-
Copy full SHA for 544adaa - Browse repository at this point
Copy the full SHA 544adaaView commit details
Commits on Aug 23, 2025
-
refactored to use fruitjam network module
Refactored and "works for me". I'll ask @b-blake to confirm functionality as well. • Added Network.sync_time() method in network.py • Uses adafruit_ntp + adafruit_connection_manager. • Reads optional NTP_* keys from settings.toml. • Sets rtc.RTC().datetime • Added example examples/fruitjam_time_sync.py (sync once, print localtime). • Added example examples/fruitjam_ntp_settings.toml
Configuration menu - View commit details
-
Copy full SHA for d1d0bb0 - Browse repository at this point
Copy the full SHA d1d0bb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc388c5 - Browse repository at this point
Copy the full SHA fc388c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b86bc9 - Browse repository at this point
Copy the full SHA 6b86bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e5fb7 - Browse repository at this point
Copy the full SHA 75e5fb7View commit details
Commits on Aug 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 96e4575 - Browse repository at this point
Copy the full SHA 96e4575View commit details
Commits on Aug 25, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 2e19356 - Browse repository at this point
Copy the full SHA 2e19356View commit details -
ruff was getting upset about too many branches
Configuration menu - View commit details
-
Copy full SHA for d2ae05e - Browse repository at this point
Copy the full SHA d2ae05eView commit details -
settings.toml float quote, attribution, duplicate last_exc setting
settings.toml example with double quotes for floating point values mikeysklar attribution drop duplicate last_exc
Configuration menu - View commit details
-
Copy full SHA for cb5d1db - Browse repository at this point
Copy the full SHA cb5d1dbView commit details -
Merge pull request #14 from mikeysklar/ntp-helper
Fruit Jam NTP module
Configuration menu - View commit details
-
Copy full SHA for 9259a09 - Browse repository at this point
Copy the full SHA 9259a09View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.3...1.1.0