Open vominhmanh opened 1 year ago
Hi you can try something like this
uint8_t rvd_data[33] = { 0 }; if (info.sc_got_ssid_pswd.type == SC_TYPE_ESPTOUCH_V2) { ESP_ERROR_CHECK( esp_smartconfig_get_rvd_data(rvd_data, sizeof(rvd_data)) ); }
then you can use rvd_data elsewhere
on the app ESP Touch on tab ESPTouch V2, I see an input for custom data , but on ESP32, I don't find out any function to get it. Can you show me function to get it, thanks.