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
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
commit a8966d1 Author: iwahdan88 <islam@pycom.io> Date: Fri Nov 23 12:32:15 2018 +0100 Firmware version [v1.18.1.r6] -Fixed issue of LTE connection termination when `lte.isattached()` is called after PPP interface established commit 6d96f70 Author: iwahdan88 <islam@pycom.io> Date: Fri Nov 16 15:26:37 2018 +0100 Bug fixes [1.18.1.r5] - Fixed problem in `lte.isconnected` that always sets PPP state to Attached - Improved `socket.getaddrinfo` to only resolve name if avilable interfaces are up - Fixed bug of not removing NICs after the interface is de-initialized commit dfa1176 Author: Christian Ehlers <cehlers@pycom.io> Date: Mon Nov 12 00:54:43 2018 +0100 LTE class bug fixes [1.18.1.r4] commit 3aac0f3 Author: Christian Ehlers <cehlers@pycom.io> Date: Thu Nov 8 05:11:48 2018 +0100 Updated LTE stack / sqnsupgrade [1.18.1.r3] New functions: pppsuspend() pppresume() New command line parameters attach(apn="default') connect(legacy=False) dettach(reset=False) deinit(dettach=True, reset=False) send_at_cmd(delay=10000) New Sequans firmware updater supporting FFF mode for differential upgrades commit 4d00fa7 Author: Christian Ehlers <cehlers@pycom.io> Date: Thu Nov 8 05:07:27 2018 +0100 Mass update copyright
Update .gitignore to include additional Eclipse configuration files
Update devicename for MacOS based IC
Fix PATH for Python3
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.
lte.isattached()
is called after PPP interface establishedlte.isconnected
that always sets PPP state to Attachedsocket.getaddrinfo
to only resolve name if avilable interfaces are up