This repository was archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Pybytes 1.3.0 #372
Merged
Merged
Pybytes 1.3.0 #372
Conversation
This file contains hidden or 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
BLE: Allow static passwords, remove bonded when pin changes
At three places the length field was not set when AT commands werde issued, causing lte.attach() with the band=xx option to fail. Also, affected: lte_get_modem_version()
Before, the only accepted argument & value for adc.init() was bits=12, and even that was discarded. With that change, the function meets the documentation and works as expected.
Changes needed for idf 3.3.
Add API to get/set Sigfox information Support Sigfox registration in pybytes_config.py
Revert back to normal servers
Set release to 1.20.1.r2
PYFW-390: Update .gitignore to allow esp32/lib libraries to be updated
Add force_fff option, additional debug statements, fix wait_for_modem
Increase LoRa joining timeout default to 120 seconds
Add timeout to Sigfox registration
Fix indentation, fix is_empty method
Fix registration re-try method
Increase wifi activation attempts and delay
Proper exception handling if LoRaWAN configuration is invalid
Add debug message
jirkadev
approved these changes
Nov 30, 2019
Return True/False when trying to update Sigfox credentials
Error handling if Sigfox registration fails.
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this pull request
May 12, 2023
Pybytes scripts REL 1.3.0 modpycom: New sigfox_info() API
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pybytes scripts REL 1.3.0
modpycom: New sigfox_info() API