Page 1 of 1

Question about new features

Posted: Tue Jun 19, 2018 3:17 pm
by chegewara
I think i follow this forum pretty thorough but today i found some code in esp-idf and WTF? We have HID host implemented about 2 months ago and i missed it? How many new features i have missed yet?
https://github.com/espressif/esp-idf/bl ... _hh_main.c

Can we have some topic with listed new features?

Re: Question about new features

Posted: Wed Jun 20, 2018 3:55 am
by ESP_Angus
chegewara wrote:We have HID host implemented about 2 months ago
I checked with the Bluetooth team, they added some Bluedroid code for this but HID Host is not supported yet.
chegewara wrote: Can we have some topic with listed new features?
The Release Notes have a list of changes for each stable release, including new features:
http://github.com/espressif/esp-idf/releases

(v3.1-beta1 should appear on this page in the next 24 hours.)

For changes only in master and not yet in any release, the best option is to read the commit log unfortunately.

Re: Question about new features

Posted: Wed Jun 20, 2018 6:43 am
by chegewara
Thanks for info.