This repository was archived by the owner on May 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
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: blynkkk/lib-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:
0.2.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: blynkkk/lib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 4 files changed
- 6 contributors
Commits on May 31, 2020
-
Ensure millisecond precision in read_response() (#35)
The micropython documentation for utime.time() states that on some hardware, the function only have second precision. This is the case at least for the TinyPICO board. This means that we get an effective 1 second timeout for the read_response() function instead of the expected 50ms. In turn, it makes the run() function quite slow which delays the whole application. To get higher precision, the documentation recommends to use utime.ticks_ms() instead which is what have been implemented here.
Configuration menu - View commit details
-
Copy full SHA for 6832b99 - Browse repository at this point
Copy the full SHA 6832b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef36f6e - Browse repository at this point
Copy the full SHA ef36f6eView commit details
Commits on Aug 19, 2020
-
Substract timestamps using ticks_diff() to account for wrap around (#36)
From the utime documentation, ticks_diff() should be used to compare timestamps. They say the wrap around is implementation specific but on forums I see people saying it's about 298 hours/12 days which at least is the case for me on the tinypico. In this specific case, the wrap around means the deltas will be small negative numbers which in turn will make is_server_alive() return True for days without sending anymore pings to the server. We will soon after get disconnected and the application will pretty much stay forever in that state.
Configuration menu - View commit details
-
Copy full SHA for ca5949b - Browse repository at this point
Copy the full SHA ca5949bView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2cc4f5 - Browse repository at this point
Copy the full SHA b2cc4f5View commit details
Commits on Jan 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f4a3caa - Browse repository at this point
Copy the full SHA f4a3caaView commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d42468b - Browse repository at this point
Copy the full SHA d42468bView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e266af - Browse repository at this point
Copy the full SHA 5e266afView commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44e49df - Browse repository at this point
Copy the full SHA 44e49dfView commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eb068b3 - Browse repository at this point
Copy the full SHA eb068b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b4d88 - Browse repository at this point
Copy the full SHA d5b4d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for b84dd58 - Browse repository at this point
Copy the full SHA b84dd58View commit details
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c43df24 - Browse repository at this point
Copy the full SHA c43df24View commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e4043f0 - Browse repository at this point
Copy the full SHA e4043f0View commit details
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5173260 - Browse repository at this point
Copy the full SHA 5173260View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 064d9b1 - Browse repository at this point
Copy the full SHA 064d9b1View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0329df6 - Browse repository at this point
Copy the full SHA 0329df6View 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 0.2.6...master