forked from pycom/pycom-micropython-sigfox
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Synch Fork #1
Merged
Merged
Synch Fork #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.20.2.rc6
Allow CTRL-D when using the Base VARIANT
Update pyexec.c
LTE: add debug flag
Remove #define CONFIG_SECURE_BOOT_ENABLED 1 from sdkconfig.h when copying
Update get_idf_libs.py
add constants add 4 args to init() set the psm from init() add psm() to query current psm
LTE: Add API for Power Saving Mode
previously, ATH would regularly fail in LTE_RX_TIMEOUT_MIN_MS and then seemingly continue in the background, that's probably the reason for the while{AT} loop afterwards
instead of first delaying 300ms and then testing whether the modem is ready (AT), do the test first and delay afterwards if needed in normal situations this will save 300ms, otherwise it won't make a difference
instead of merely looking for the IDF git branch name, check the actual commit hash secondly, stop automatically switching the IDF working copy. Simply check and fail if it is not the expected hash
Also, shorten hash to 7 characters
check IDF git hash
Lte misc
[pybytes] updated to v1.4.0 (pymesh integration and coap client)
Update version number to 1.20.2.rc7
Release rc7 again
Correctly identify pymesh firmware
Update _pybytes.py to correctly identify pymesh firmware builds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.