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
Rc6 #416
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
also some restructuring and small adjustments
protect sigfox private key
Copy new binary libraries compiled with 1.22.0-98-g4638c4f Add additional linker script esp32.rom.libgcc.ld Add linker script esp32.rom.libgcc.ld in application.mk
Latest bugfixes from upstream
…ld-misc IDF 3.3.1 compiler update
Bump version to 1.20.2.r3 for MP and release
Update sqnsupgrade for release
Update pybytes for release
Update pycom_version.h
Compiled with 1.22.0-98-g4638c4f and Géza's latest fixes
Ignore Visual Studio Code project files
Update IDF libraries
otherwise other threads starve
Allow CTRL-D when pycom.pybytes_on_boot() is False
sleep in main thread to yield
* fix double building of frozen Mpy the second build after a first (clean) build would rebuild the frozen Mpy. echo ${CURR_TS} > ${BUILD_TIMESTAMP} that doesn't work if the dir doesn't exist!
this way it is easier to run this script standalone
…disabled Update pyexec.c
Update updater.py and disable pybytes in Jenkins
Xykon
approved these changes
Feb 28, 2020
X-Ryl669
pushed a commit
to X-Ryl669/pycom-micropython-sigfox
that referenced
this pull request
May 12, 2023
1.20.2.rc6
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.
No description provided.