I've already read a lot of posts about ESPTOUCH_V2 (with AES encryption) that state, ESPTOUCH_V2 is only available for ESP32-C3. Anyhow, these posts were all a bit older and wanted to rely on "older" models such as ESP32-S2 or ESP32-C2. I am wondering, if the ESP32-S3 would support this feature or if not, if there is a roadmap or timeline when this feature would be available for the S3 as well?
I've already tried Version 2 with encryption:
Code: Select all
smartconfig_start_config_t cfg = {};
cfg.enable_log = true;
cfg.esp_touch_v2_enable_crypt = true;
cfg.esp_touch_v2_key = "ESPWIFISMARTCONF"; // some example key with len of 16
Any response would be highly appreciated.
Thanks.
LE