File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
components/esp_wifi_remote Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
33 bump_message : ' bump(wifi_remote): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py esp_wifi_remote
55 tag_format : wifi_remote-v$version
6- version : 1.2.1
6+ version : 1.2.2
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.2.2] ( https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.2.2 )
4+
5+ ### Bug Fixes
6+
7+ - Remove legacy compat esp_interface.h ([ e67f024] ( https://github.com/espressif/esp-wifi-remote/commit/e67f024 ) , [ #80 ] ( https://github.com/espressif/esp-wifi-remote/issues/80 ) )
8+ - Use P4 chip-rev 1 in CI ([ cbd9d1b] ( https://github.com/espressif/esp-wifi-remote/commit/cbd9d1b ) )
9+ - Add optional mqtt dependency ([ 548b002] ( https://github.com/espressif/esp-wifi-remote/commit/548b002 ) )
10+ - Mark IDF v6.1 as master ([ 8a18cf7] ( https://github.com/espressif/esp-wifi-remote/commit/8a18cf7 ) )
11+ - Update per v6.0 changes ([ 0b57724] ( https://github.com/espressif/esp-wifi-remote/commit/0b57724 ) )
12+ - Update per recent v6.1 changes ([ e3bf8fd] ( https://github.com/espressif/esp-wifi-remote/commit/e3bf8fd ) )
13+
314## [ 1.2.1] ( https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.2.1 )
415
516### Bug Fixes
Original file line number Diff line number Diff line change 1- version : 1.2.1
1+ version : 1.2.2
22url : https://github.com/espressif/esp-wifi-remote
33description : Utility wrapper for esp_wifi functionality on remote targets
44dependencies :
You can’t perform that action at this time.
0 commit comments