e6c0538d55
fix(esp_mqtt_cxx): reference protocol_examples_common from IDF
...
This makes the example project usable from the component registry
2023-11-09 15:32:05 +01:00
fa005c6363
fix(esp_mqtt_cxx): specify override_path in example manifest files
2023-11-09 15:32:05 +01:00
f795d2fd15
bump(mqtt_cxx): 0.1.0 -> 0.2.0
...
0.2.0
Features
- configure client authentication via certificate/key or secure element (ee09ff4
)
Bug Fixes
- removed Wno-format flag and fixed formatting warnings (c48e442
)
- Removes meaningless printf on subscribed handler (#358 ) (bac742d
, #356 )
- Removes unused type for configuration (839c79d
)
- added idf_component.yml for examples (d273e10
)
- Reintroduce missing CHANGELOGs (200cbb3
, #235 )
Updated
- docs(common): updated component and example links (f48d9b2
)
- docs(esp_mqtt_cxx): updated documentation and deployment file (a547ec8
)
- docs(common): improving documentation (ca3fce0
)
- Add homepage URL and License to all components (ef3f0ee
)
2023-10-25 15:35:50 +02:00
c48e44205d
fix(common): removed Wno-format flag and fixed formatting warnings
2023-09-25 19:55:44 +04:00
bac742df80
fix(mqtt_cxx): Removes meaningless printf on subscribed handler ( #358 )
...
Removes the printf since the information isn't in the event.
Closes https://github.com/espressif/esp-protocols/issues/356
2023-09-21 08:42:28 +02:00
839c79d460
fix(mqtt_cxx): Removes unused type for configuration
...
Event type was introduced in the original version and wasn't used in the
code. In 5.1 the leftover type was removed from esp_mqtt breaking this
wrapper.
2023-09-19 12:54:16 +02:00
d273e10819
fix(common): added idf_component.yml for examples
2023-08-22 13:55:10 +04:00
f48d9b2fcf
docs(common): updated component and example links
2023-04-19 11:58:05 +04:00
a547ec8147
docs(esp_mqtt_cxx): updated documentation and deployment file
2023-04-05 11:42:59 +04:00
ca3fce003e
docs(common): improving documentation
...
- update esp_modem to use esp_docs
- migrated docs from github pages to docs.espressif.com
2023-03-31 12:04:46 +04:00
ee09ff45e5
feat(mqtt_cxx): configure client authentication via certificate/key or secure element
2023-03-16 09:42:43 +01:00
200cbb3383
fix(common): Reintroduce missing CHANGELOGs
...
Closes https://github.com/espressif/esp-protocols/issues/235
2023-03-13 12:58:25 +01:00
ef3f0ee688
Add homepage URL and License to all components
2023-03-02 12:35:17 +01:00
1407dfc2e7
Adds esp_mqtt_cxx component
...
- Component moved from esp-idf
- Files moved to adjust to esp-protocol structure
2023-02-16 09:59:46 +01:00