tools: gateway: print message on open#88
Merged
Conversation
Require implementations of `__str__` for `SerialLike` subclasses as a human readable description. Signed-off-by: Jordan Yates <jordan@embeint.com>
Print a message once the serial port has successfully opened to provide feedback to the user. Signed-off-by: Jordan Yates <jordan@embeint.com>
* tools: gateway: print message on open * util: ctypes: fix vla negative lengths * rpc_wrappers: generic: added * commands: add missing return types * rpc_wrappers: remove custom VLA parsing logic * util: ctypes: handle `vla_counted_by` * zephyr: lte: align constants with 3GPP TS 127.007 * tools: provision: `--dry-run` * rpc_wrappers: data_logger_read: handle unordered data * tools: rpc_cloud: print command ID on query * rpc_wrappers: lte_at_cmd: print string on error * rpc_client: support chunked data sending * rpc_client: pre-chunk provided data buffer * tools: ota_upgrade: fix single cross-app upgrade * tools: localhost: don't request `favicon.ico` * zephyr: fix `enum.IntEnum` dict indexing * generated: regenerate definitions * util: console: global console lock * tools: cloud: add `coap list` subcommand Signed-off-by: Jordan Yates <jordan@embeint.com>
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
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.
Print a message once the serial port has successfully opened to provide feedback to the user.