Page 1 of 1

Does ESP32 support AIRKISS2.0

Posted: Mon Dec 04, 2017 12:10 pm
by Devil月哥
Does ESP32 support AIRKISS2.0

I used to be ESP8266, now use ESP32, see there is no Airkiss library, is not supported it.

Re: Does ESP32 support AIRKISS2.0

Posted: Tue Dec 05, 2017 3:19 am
by ESP_igrr
Airkiss should be supported by "smartconfig" library in ESP32.

In smartconfig example (https://github.com/espressif/esp-idf/bl ... ain.c#L106), try setting the "type" to SC_TYPE_AIRKISS. See
http://esp-idf.readthedocs.io/en/latest ... fig_type_t.

Re: Does ESP32 support AIRKISS2.0

Posted: Tue Dec 05, 2017 10:14 am
by Devil月哥
Can I have the device ID and device bindings set?