mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-28 09:47:26 +02:00
bump(console): First version [1.0.0]
1.0.0
Features
- Added component with mqtt command (1fcc5b1d
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(console): $current_version -> $new_version'
|
bump_message: 'bump(console): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py console_cmd_mqtt
|
pre_bump_hooks: python ../../ci/changelog.py console_cmd_mqtt
|
||||||
tag_format: console_cmd_mqtt-v$version
|
tag_format: console_cmd_mqtt-v$version
|
||||||
version: 0.1.0
|
version: 1.0.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
7
components/console_cmd_mqtt/CHANGELOG.md
Normal file
7
components/console_cmd_mqtt/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_mqtt-v1.0.0)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Added component with mqtt command ([1fcc5b1d](https://github.com/espressif/esp-protocols/commit/1fcc5b1d))
|
@ -1,6 +1,7 @@
|
|||||||
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
||||||
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration
|
||||||
#
|
#
|
||||||
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
||||||
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN=y
|
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN=y
|
||||||
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
|
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE=y
|
||||||
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certs/mosquitto.org.pem"
|
CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE_PATH="certs/mosquitto.org.pem"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 0.1.0
|
version: 1.0.0
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_mqtt
|
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_mqtt
|
||||||
description: The component provides a console where the 'mqtt' command can be executed.
|
description: The component provides a console where the 'mqtt' command can be executed.
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
Reference in New Issue
Block a user