forked from espressif/esp-protocols
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update #1
Open
diplfranzhoepfinger
wants to merge
35
commits into
david-cermak:feature/modem_example_at_mqtt
Choose a base branch
from
diplfranzhoepfinger:develop
base: feature/modem_example_at_mqtt
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update #1
diplfranzhoepfinger
wants to merge
35
commits into
david-cermak:feature/modem_example_at_mqtt
from
diplfranzhoepfinger:develop
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
david-cermak
force-pushed
the
feature/modem_example_at_mqtt
branch
from
January 23, 2023 09:12
74d9b95
to
4d2bd34
Compare
david-cermak
force-pushed
the
feature/modem_example_at_mqtt
branch
2 times, most recently
from
February 14, 2023 18:43
9e3770b
to
68d6bf1
Compare
david-cermak
force-pushed
the
feature/modem_example_at_mqtt
branch
2 times, most recently
from
March 16, 2023 19:04
64f178c
to
31d4323
Compare
…ple_at_mqtt feat(esp_modem): Add mqtt example in AT-only mode
Also added .cz config for modem components
…ertificate MQTT: complete client authentication configuration (IDFGH-9656)
* Read after the allocated area (which may lead to subsequent mdns name corruption) * Potentially uninit variable used in condition
Also fixes one minor from esp_netif_linux implementation
esp_modem: version 1.0.0 (plus cz-bump config)
fix(mdns): Fix memory issues reported by valgrind
Skip solving conflicts for delegated names and delegated services Closes espressif#185
…name_collision fix(mdns): Incorrect name collision
…6-address-in-mdns-answer mdns: append all ipv6 address in mdns answer (IDFGH-9646)
Removed sharing the data via the global variable `_mdns_server`, added API `mdns_is_netif_ready()`
…rking mdns: Decouple networking from the main mdns module
…r_spacings Fix weird error message spacings (IDFGH-9704)
diplfranzhoepfinger
force-pushed
the
develop
branch
from
March 28, 2023 10:30
5e8be44
to
f6ff132
Compare
- update esp_modem to use esp_docs - migrated docs from github pages to docs.espressif.com
…roving docs: Improving documentation (IDF-7064)
…ocs_and_yml_file docs(esp_mqtt_cxx): updated documentation and deployment *yml file
Fix deadly mdns crash (IDFGH-9800)
mdns: Add APIs to lookup delegated services (IDFGH-9790)
…_targets mdns: Build all targets and releases
docs(common): updated component and example links
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.
Update to latest ESP-Modem