]>
granicus.if.org Git - esp-idf/log
Jiang Jiang Jian [Sat, 26 Oct 2019 12:45:10 +0000 (20:45 +0800)]
Merge branch 'bugfix/fix_mesh_proxy_adv_with_wrong_dev_name' into 'master'
ble_mesh: using bt device name in mesh proxy adv
Closes BLEMESH-51
See merge request espressif/esp-idf!6438
Jiang Jiang Jian [Sat, 26 Oct 2019 12:42:58 +0000 (20:42 +0800)]
Merge branch 'feature/btdm_add_api_to_set_channel_classification' into 'master'
Feature/btdm add api to set channel classification
Closes BT-450
See merge request espressif/esp-idf!6229
Jiang Jiang Jian [Sat, 26 Oct 2019 12:42:37 +0000 (20:42 +0800)]
Merge branch 'bugfix/btdm_disable_bt_gatt' into 'master'
components/bt: Disable BR/EDR GATT
Closes BT-456
See merge request espressif/esp-idf!6420
Jiang Jiang Jian [Sat, 26 Oct 2019 12:42:04 +0000 (20:42 +0800)]
Merge branch 'bugfix/btdm_check_avrc_connected_error' into 'master'
components/bt: Fix error in checking AVRC connected
See merge request espressif/esp-idf!6415
Jiang Jiang Jian [Sat, 26 Oct 2019 12:24:57 +0000 (20:24 +0800)]
Merge branch 'doc/handle_github_prs' into 'master'
address typos fix from PR
Closes IDFGH-2054
See merge request espressif/esp-idf!6481
Jiang Jiang Jian [Sat, 26 Oct 2019 12:24:29 +0000 (20:24 +0800)]
Merge branch 'bugfix/mdns_invalid_hostname_queries' into 'master'
mdns: fix crash for hostname queries
See merge request espressif/esp-idf!6480
Marius Vikhammer [Thu, 24 Oct 2019 08:41:53 +0000 (16:41 +0800)]
mdns: fix crash for hostname queries
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname
was used as instance name.
Closes https://github.com/espressif/esp-idf/issues/4224
baohongde [Mon, 30 Sep 2019 01:50:28 +0000 (09:50 +0800)]
components/bt: Add API and EVT for BLE set channels(BLE)
baohongde [Sun, 29 Sep 2019 08:20:40 +0000 (16:20 +0800)]
components/bt: Add API and EVT for set AFH channels(BR/EDR)
Jiang Jiang Jian [Fri, 25 Oct 2019 02:57:43 +0000 (10:57 +0800)]
Merge branch 'feature/hf_ag' into 'master'
Feature: BT/HFP AG.
Closes BT-346 and BT-428
See merge request espressif/esp-idf!6306
baohongde [Fri, 18 Oct 2019 13:37:11 +0000 (21:37 +0800)]
components/bt: Fix error in checking AVRC connected
baohongde [Tue, 22 Oct 2019 08:51:46 +0000 (16:51 +0800)]
components/bt: Disable BR/EDR GATT
Angus Gratton [Fri, 25 Oct 2019 02:31:08 +0000 (10:31 +0800)]
Merge branch 'bugfix/can_reset_mode_entry' into 'master'
can: Fix reset mode entry and exit calls
See merge request espressif/esp-idf!6442
Angus Gratton [Thu, 24 Oct 2019 23:27:16 +0000 (10:27 +1100)]
ci: Temporarily ignore CAN example test failures
Due to internal CI issue.
Darian Leung [Tue, 22 Oct 2019 10:05:19 +0000 (18:05 +0800)]
can: Fix reset mode entry and exit calls
This commit fixes multiple bugs caused by incorrect calls to
can_enter_reset_mode() and can_exit_reset_mode. Example test
scripts also updated to match new runners.
Rebecca (Bex) Cran [Wed, 23 Oct 2019 16:09:02 +0000 (10:09 -0600)]
Fix typo (tree/three) in uart.rst
Merges https://github.com/espressif/esp-idf/pull/4237
Krzysztof Budzynski [Thu, 24 Oct 2019 08:56:12 +0000 (16:56 +0800)]
Merge branch 'doc/review_hw-ref-toctree-issues' into 'master'
Make "H/W Reference" toctree symmetrical
See merge request espressif/esp-idf!6449
Mahavir Jain [Thu, 24 Oct 2019 06:38:02 +0000 (14:38 +0800)]
Merge branch 'nimble/esp_ble_mesh_adv_fix' into 'master'
nimble: Miscellaneous changes
See merge request espressif/esp-idf!6471
Hrishikesh Dhayagude [Thu, 24 Oct 2019 06:38:01 +0000 (14:38 +0800)]
nimble: Miscellaneous changes
1. Update NimBLE submodule as per changes in adv interval and stop port
2. Make changes in ESP BLE Mesh NimBLE host code for the same
Angus Gratton [Thu, 24 Oct 2019 03:37:38 +0000 (11:37 +0800)]
Merge branch 'feature/add_ping_example' into 'master'
add ping example
Closes WIFI-1196 and IDF-1068
See merge request espressif/esp-idf!6340
Angus Gratton [Thu, 24 Oct 2019 03:18:50 +0000 (11:18 +0800)]
Merge branch 'bugfix/docs_rst_fix_quotation' into 'master'
docs: quotation mark fix in recently added comment
See merge request espressif/esp-idf!6459
Angus Gratton [Wed, 23 Oct 2019 06:45:28 +0000 (14:45 +0800)]
Merge branch 'bugfix/esp_tls_check_buffer_size' into 'master'
esp-tls: Asserting maximum output buffer in tls-write.
See merge request espressif/esp-idf!6317
Angus Gratton [Wed, 23 Oct 2019 06:12:33 +0000 (14:12 +0800)]
Merge branch 'feature/wifi_redo_scan_example' into 'master'
esp_wifi: Additional code snippets in esp_wifi_scan_example
Closes WIFI-1248
See merge request espressif/esp-idf!6310
Hrudaynath Dhabe [Wed, 23 Oct 2019 06:12:32 +0000 (14:12 +0800)]
esp_wifi: Additional code snippets in esp_wifi_scan_example
Angus Gratton [Wed, 23 Oct 2019 06:05:49 +0000 (14:05 +0800)]
Merge branch 'bugfix/select_with_sdmmc_mount' into 'master'
VFS: Fix bug which occurs when driver is installed during a select() call
Closes IDFGH-1259
See merge request espressif/esp-idf!6359
Angus Gratton [Wed, 23 Oct 2019 06:04:04 +0000 (14:04 +0800)]
Merge branch 'doc/review_api-ref_periph-spi_master' into 'master'
Review the file api-reference/peripherals/spi_master.rst.
See merge request espressif/esp-idf!5540
Angus Gratton [Wed, 23 Oct 2019 06:02:50 +0000 (14:02 +0800)]
Merge branch 'feature/heap_caps_get_size_free' into 'master'
add heap_caps_get_allocated_size
See merge request espressif/esp-idf!6375
Angus Gratton [Wed, 23 Oct 2019 05:19:47 +0000 (13:19 +0800)]
Merge branch 'bugfix/fix_embed_files_docs_with_cmake' into 'master'
docs: cmake docs fixes
See merge request espressif/esp-idf!5391
Angus Gratton [Wed, 23 Oct 2019 05:18:01 +0000 (13:18 +0800)]
Merge branch 'bugfix/random_en_dis_for_app' into 'master'
bootloader_support: Fix using shared CLK_EN and RST_EN regs for random
See merge request espressif/esp-idf!6198
Angus Gratton [Wed, 23 Oct 2019 05:10:41 +0000 (13:10 +0800)]
Merge branch 'feature/lwip_support_mdns_queries' into 'master'
lw-IP: support mdns queries
See merge request espressif/esp-idf!5242
Angus Gratton [Tue, 22 Oct 2019 22:03:00 +0000 (06:03 +0800)]
Merge branch 'feature/esptool_v2.8' into 'master'
esptool: Bump to v2.8 release
See merge request espressif/esp-idf!6437
David Cermak [Tue, 22 Oct 2019 19:26:37 +0000 (21:26 +0200)]
docs: quotation mark fix in recently added comment
Kirill Chalov [Tue, 22 Oct 2019 13:27:10 +0000 (21:27 +0800)]
Make "H/W Reference" toctree symmetrical
Update the toctree of "H/W Reference" to make its contents symmetrical for easier and more intuitive navigation.
Krzysztof Budzynski [Tue, 22 Oct 2019 11:37:28 +0000 (19:37 +0800)]
Merge branch 'doc/add_chinese_translation_for_flash_encryption' into 'master'
add chinese translation into flash encryption
See merge request espressif/esp-idf!6185
Hao Ning [Tue, 22 Oct 2019 11:37:28 +0000 (19:37 +0800)]
add chinese translation into flash encryption
Krzysztof Budzynski [Tue, 22 Oct 2019 09:57:38 +0000 (17:57 +0800)]
Merge branch 'docs/Update_CN_Getting_Started_Legacy_With_Changes_in_EN' into 'master'
Sync CN translation with EN updates regarding GNU make to cmake
See merge request espressif/esp-idf!6309
Natasha [Tue, 22 Oct 2019 09:57:37 +0000 (17:57 +0800)]
SYNC CN translation with the lastest EN translation, to make CMAKE the default system
update CN translation
David Cermak [Thu, 17 Oct 2019 08:57:04 +0000 (10:57 +0200)]
ci: mqtt ssl test updated to output larger data in form of binary partition
Testing with predefined buffer sizes for MQTT as well as mbedTLS to
exercise fragmenting outgoing data on both layers. Example test compares
received partition with the actual binary file.
David Cermak [Thu, 10 Oct 2019 14:43:07 +0000 (16:43 +0200)]
esp-tls: Added support for fragmenting outgoing data in tls_write(), for cases of out data being larger than the maximum out buffer of underlying tls-stack.
lly [Tue, 22 Oct 2019 07:04:19 +0000 (15:04 +0800)]
ble_mesh: using bt device name in mesh proxy adv
Angus Gratton [Tue, 22 Oct 2019 05:39:54 +0000 (16:39 +1100)]
esptool: Bump to v2.8 release
suda-morris [Fri, 18 Oct 2019 07:07:11 +0000 (15:07 +0800)]
doc: add api reference for icmp_echo
suda-morris [Sun, 13 Oct 2019 11:01:33 +0000 (19:01 +0800)]
icmp: add example and unitest
suda-morris [Thu, 17 Oct 2019 06:26:05 +0000 (14:26 +0800)]
ping: refactor with new esp_ping_xxx APIs
This refactor is only for backwards compatible.
Andro Nooh [Thu, 19 Sep 2019 05:13:02 +0000 (22:13 -0700)]
lwip: add icmp echo example
It piggybacks on the console example to add ping support and CLI.
Merges https://github.com/espressif/esp-idf/pull/4093
Ivan Grokhotkov [Tue, 22 Oct 2019 04:36:49 +0000 (12:36 +0800)]
Merge branch 'bugfix/fix_args_to_spiffsgen_in_make_buildsystem' into 'master'
spiffs: fix issue with args to spiffsgen in make
See merge request espressif/esp-idf!6434
Renz Christian Bagaporo [Mon, 21 Oct 2019 09:50:27 +0000 (17:50 +0800)]
spiffs: fix issue with args to spiffsgen in make
Jiang Jiang Jian [Tue, 22 Oct 2019 03:20:14 +0000 (11:20 +0800)]
Merge branch 'bugfix/btdm_fix_lmp_sniff_req_timeout' into 'master'
components/bt: Fix LMP sniff req timeout
See merge request espressif/esp-idf!6351
Jiang Jiang Jian [Mon, 21 Oct 2019 12:18:25 +0000 (20:18 +0800)]
Merge branch 'feature/nimble_host_esp_ble_mesh' into 'master'
components/bt: Add support of NimBLE host in ESP BLE Mesh
See merge request espressif/esp-idf!6358
Hrishikesh Dhayagude [Mon, 21 Oct 2019 12:18:21 +0000 (20:18 +0800)]
components/bt: Add support of NimBLE host in ESP BLE Mesh
Jiang Jiang Jian [Mon, 21 Oct 2019 12:16:45 +0000 (20:16 +0800)]
Merge branch 'bugfix/not_restoring_ble_mesh_cfg_val' into 'master'
ble_mesh: fix not restoring ble mesh cfg value
See merge request espressif/esp-idf!6275
Roland Dobai [Mon, 14 Oct 2019 07:22:55 +0000 (09:22 +0200)]
VFS: Fix bug which occurs when driver is installed during a select() call
Closes https://github.com/espressif/esp-idf/issues/3554
zhanghu [Wed, 16 Oct 2019 08:30:42 +0000 (16:30 +0800)]
add heap_caps_get_size_free
Kirill Chalov [Thu, 11 Jul 2019 11:00:58 +0000 (19:00 +0800)]
Review the file api-reference/peripherals/spi_master.rst.
Angus Gratton [Mon, 21 Oct 2019 07:33:59 +0000 (15:33 +0800)]
Merge branch 'bugfix/remove_mbedtls_would_block' into 'master'
Remove check for would_block in mbedtls
See merge request espressif/esp-idf!6384
Angus Gratton [Mon, 21 Oct 2019 06:55:58 +0000 (14:55 +0800)]
Merge branch 'support/heap_caps_total_size_api' into 'master'
Add api to get total heap size in bytes for given capability
See merge request espressif/esp-idf!6362
Kewal [Mon, 21 Oct 2019 06:55:58 +0000 (14:55 +0800)]
Add api to get total heap size in bytes for given capability
Jiang Jiang Jian [Mon, 21 Oct 2019 02:33:37 +0000 (10:33 +0800)]
Merge branch 'bugfix/vfs_fat_sdmmc_mount' into 'master'
Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount()
Closes IDFGH-1969
See merge request espressif/esp-idf!6282
Ivan Grokhotkov [Sun, 20 Oct 2019 05:59:30 +0000 (13:59 +0800)]
Merge branch 'fix/esp_flash_no_qe' into 'master'
esp_flash: fix the QE write issue in high freq, and support UT for external chips
Closes IDF-888
See merge request espressif/esp-idf!5736
Ivan Grokhotkov [Sat, 19 Oct 2019 09:10:02 +0000 (17:10 +0800)]
Merge branch 'bugfix/mdns_BCT_fix' into 'master'
mdns: fixes to have the BCT passing with latest IDF/lw-IP
See merge request espressif/esp-idf!6286
Mahavir Jain [Sat, 19 Oct 2019 06:56:43 +0000 (14:56 +0800)]
Merge branch 'bugfix/spi_flash_read_changes_for_less_than_16_bytes' into 'master'
Bugfix/spi flash read changes for less than 16 bytes
Closes IDFGH-1798
See merge request espressif/esp-idf!6126
Ajita Chavan [Sat, 19 Oct 2019 06:56:43 +0000 (14:56 +0800)]
flash_ops: fix spi_flash_read with source buffer not from internal memory and size < 16
Closes https://github.com/espressif/esp-idf/issues/4010
Ivan Grokhotkov [Fri, 18 Oct 2019 10:49:35 +0000 (18:49 +0800)]
Merge branch 'feature/follow_symlinks_in_spiffsgen' into 'master'
spiffs: follow symlinks in spiffsgen
See merge request espressif/esp-idf!6280
Ivan Grokhotkov [Fri, 18 Oct 2019 10:01:11 +0000 (18:01 +0800)]
Merge branch 'bugfix/ci_test_idf_monitor' into 'master'
CI: Adjust the test parameters of IDF Monitor tests
See merge request espressif/esp-idf!6377
Jiang Jiang Jian [Fri, 18 Oct 2019 06:24:20 +0000 (14:24 +0800)]
Merge branch 'bugfix/modify_buffer_number_type_from_u8_to_u16' into 'master'
esp_wifi: modify WiFi buffer number type from uint8_t to uint16_t
See merge request espressif/esp-idf!6355
Renz Christian Bagaporo [Wed, 9 Oct 2019 03:00:56 +0000 (11:00 +0800)]
docs: cmake docs fixes
Kedar Sovani [Mon, 6 Aug 2018 06:06:40 +0000 (11:36 +0530)]
Remove check for would_block in mbedtls
Basically, in the portability layer, it is checked if the socket is
NON-block, and if not, then even the EAGAIN and EWOULDBLOCK errors are
diverted to a RECV error. This causes a problem for sockets with
receive timeouts set. When such a timeout is set, the condition for
NON_BLOCK isn't met and hence a hard error is returned.
Searching for EAGAIN and EWOULDBLOCK in lwip returns only 3 results
(accept, recvfrom, close) and all of them look to be genuine cases for
EWOULDBLOCK. So removing this check to make receive timeout with TLS
work.
Krzysztof Budzynski [Thu, 17 Oct 2019 10:13:09 +0000 (18:13 +0800)]
Merge branch 'doc/review_api-ref_periph-spi_slave' into 'master'
Doc/review api ref periph spi slave
See merge request espressif/esp-idf!5625
Angus Gratton [Thu, 17 Oct 2019 10:01:58 +0000 (18:01 +0800)]
Merge branch 'bugfix/mqtt_reference_latest_version' into 'master'
mqtt: updated to latest version to include latest fixes and features
See merge request espressif/esp-idf!6294
Ivan Grokhotkov [Thu, 17 Oct 2019 08:22:06 +0000 (16:22 +0800)]
Merge branch 'feature/cxx_rtti_preparation_v2' into 'master'
C++: add provisions for optional RTTI support (v2)
See merge request espressif/esp-idf!6341
Ivan Grokhotkov [Thu, 17 Oct 2019 08:12:29 +0000 (16:12 +0800)]
Merge branch 'bugfix/mqtt_example_url_update' into 'master'
MQTT: update default broker URL for examples
Closes IDF-1052
See merge request espressif/esp-idf!6214
Angus Gratton [Thu, 17 Oct 2019 05:09:28 +0000 (13:09 +0800)]
Merge branch 'bugfix/o2_build_warnings' into 'master'
Fix -O2 build warnings
Closes IDFGH-1945 and IDFGH-1946
See merge request espressif/esp-idf!6311
Angus Gratton [Thu, 17 Oct 2019 05:05:27 +0000 (13:05 +0800)]
Merge branch 'feature/openeth_driver' into 'master'
ethernet: support OpenCores ethernet MAC
Closes IDF-891
See merge request espressif/esp-idf!6252
Mahavir Jain [Thu, 17 Oct 2019 04:54:37 +0000 (12:54 +0800)]
Merge branch 'nimble/update_no_of_conn' into 'master'
NimBLE: Set the default number of max connections to the controller's value
See merge request espressif/esp-idf!6353
Hrishikesh Dhayagude [Thu, 17 Oct 2019 04:54:34 +0000 (12:54 +0800)]
NimBLE: Set the default number of max connections to the controller's value
Also, update the NimBLE submodule to remove unwanted logging stuff
Angus Gratton [Thu, 17 Oct 2019 04:54:01 +0000 (12:54 +0800)]
Merge branch 'feature/example_netbios' into 'master'
add netbios support in restful server example
Closes IDF-1070
See merge request espressif/esp-idf!6346
Angus Gratton [Thu, 17 Oct 2019 04:36:08 +0000 (12:36 +0800)]
Merge branch 'bugfix/ws_opcodes_fix' into 'master'
ws_client: fix for not sending ping responses, updated to pass events also for...
See merge request espressif/esp-idf!6111
Angus Gratton [Thu, 17 Oct 2019 04:33:18 +0000 (12:33 +0800)]
Merge branch 'feature/can_support_low_bit_rates' into 'master'
can: Support for lower bit rates for ESP32 ECO2 and ECO3
Closes IDF-1045
See merge request espressif/esp-idf!6363
Darian [Thu, 17 Oct 2019 04:33:17 +0000 (12:33 +0800)]
can: Add support for lower bit rates
This commit adds support for lower bit rates in the CAN Driver for
ESP32 Rev 2 or later chips.
Angus Gratton [Wed, 16 Oct 2019 22:17:34 +0000 (06:17 +0800)]
Merge branch 'doc/add_doc_for_socket_error_usage' into 'master'
doc: add LW-IP socket error usage
See merge request espressif/esp-idf!5856
Roland Dobai [Wed, 16 Oct 2019 10:37:45 +0000 (12:37 +0200)]
CI: Adjust the test parameters of IDF Monitor
Angus Gratton [Wed, 16 Oct 2019 06:56:14 +0000 (14:56 +0800)]
Merge branch 'feature/log_system_time' into 'master'
log: Add menuconfig option to log system time rather than RTOS time
See merge request espressif/esp-idf!6103
Angus Gratton [Wed, 16 Oct 2019 05:05:16 +0000 (13:05 +0800)]
Merge branch 'bugfix/ethernet_unitest_crash' into 'master'
ethernet: fix crash in unit test
See merge request espressif/esp-idf!6284
Angus Gratton [Wed, 16 Oct 2019 05:04:39 +0000 (13:04 +0800)]
Merge branch 'bugfix/ws_buffer_overflow_fix' into 'master'
tcp_transport: fix possible buffer overflow in ws transport connect
Closes IDF-692
See merge request espressif/esp-idf!5887
Ivan Grokhotkov [Tue, 15 Oct 2019 15:04:47 +0000 (23:04 +0800)]
Merge branch 'fix/tcp_server_example' into 'master'
Bugfix of tcp_server example.
Closes IDFGH-1306
See merge request espressif/esp-idf!5211
Kirill Chalov [Mon, 22 Jul 2019 04:48:52 +0000 (12:48 +0800)]
Review the file api-reference/peripherals/spi_slave.rst
Marius Vikhammer [Fri, 27 Sep 2019 01:35:26 +0000 (09:35 +0800)]
MQTT: update default broker URL for examples
The MQTT broker URL used as default in the examples has ceased operation. All examples and documention have been updated to point to the new domain mqtt.eclipse.org.
This also required an update of the python example test scripts to use TLS 1.2
Krzysztof Budzynski [Tue, 15 Oct 2019 09:15:17 +0000 (17:15 +0800)]
Merge branch 'docs/Update_CN_hW_Reference_With_Changes_in_EN' into 'master'
Update board getting started guides to make cmake default
See merge request espressif/esp-idf!6295
Natasha [Tue, 15 Oct 2019 09:15:15 +0000 (17:15 +0800)]
Update board getting started guides to make cmake default
David Cermak [Tue, 8 Oct 2019 17:56:11 +0000 (19:56 +0200)]
lwip: autoip: used Kconfig parameters instead of constants to be in line with previous esp-lwip port and to have the BCT passed
David Cermak [Tue, 8 Oct 2019 17:53:56 +0000 (19:53 +0200)]
mdns: fix possible race condition when checking DHCP status on WIFI_EVENT_STA_CONNECTED event.
tcpip_adapter_dhcpc_get_status() returns the actual internal value of dhcp client without any locking or TCP/IP stack context call, so when CONNECTED event fired with default settings it started DHCP client in TCP/IP stack context and at the same time mdns event handler checking actual DHCP state, which could still be INIT (not STARTED). Purpose of this check is to enable PCB if DHCP was stopped before setting network interface up (typically static IP settings), so the solutin is to check against TCPIP_ADAPTER_DHCP_STOPPED state
David Cermak [Wed, 19 Jun 2019 11:20:58 +0000 (13:20 +0200)]
mdns: updated example test to exercise also hostnames resolved by lwip gethostbyname and getaddrinfo
David Cermak [Wed, 12 Jun 2019 19:27:03 +0000 (21:27 +0200)]
lwip: support mdns queries
Ivan Grokhotkov [Mon, 14 Oct 2019 15:37:51 +0000 (23:37 +0800)]
Merge branch 'bugfix/debug_logs_cleanup' into 'master'
Bugfix/debug logs cleanup
See merge request espressif/esp-idf!6209
Hrudaynath Dhabe [Mon, 14 Oct 2019 15:37:51 +0000 (23:37 +0800)]
wpa_supplicant: Make hexdump logs more compact
When running with wpa debug prints enabled data/key hexdumps are
printed to the log in a really verbose format (one byte per line).
Make these printouts more compact. 16 bytes per line.
Ivan Grokhotkov [Mon, 14 Oct 2019 15:10:01 +0000 (23:10 +0800)]
Merge branch 'bugfix/console_command_exit_error_check' into 'master'
console: fix wrong param passed to esp_err_to_name
See merge request espressif/esp-idf!6360
Jiang Jiang Jian [Mon, 14 Oct 2019 14:19:56 +0000 (22:19 +0800)]
Merge branch 'feature/idf_monitor_detect_port' into 'master'
idf_monitor: Autodetect port
Closes IDFGH-1995
See merge request espressif/esp-idf!6345
Jiang Jiang Jian [Mon, 14 Oct 2019 13:47:56 +0000 (21:47 +0800)]
Merge branch 'hfp_bugfix' into 'master'
component/bt: Fix bugs in HFP feature
Closes BT-427
See merge request espressif/esp-idf!6197
Jiang Jiang Jian [Mon, 14 Oct 2019 13:42:36 +0000 (21:42 +0800)]
Merge branch 'bugfix/apps_esp_ble_mesh' into 'master'
ESP BLE Mesh: Minor fix - Print the address and the on/off value appropriately
See merge request espressif/esp-idf!6322
Hrishikesh Dhayagude [Mon, 14 Oct 2019 13:42:35 +0000 (21:42 +0800)]
ESP BLE Mesh: Minor fix - Print the address and the on/off value appropriately
The new value should be printed in the set function and not the previous
one.