Search found 2 matches

by ss_flashina
Tue Apr 23, 2024 3:31 pm
Forum: General Discussion
Topic: Enable Flash Encryption Release Mode in ESP32-S3
Replies: 1
Views: 466

Enable Flash Encryption Release Mode in ESP32-S3

Hello everyone! After I enabled the Release Mode of the Flash Encryption in the ESP32-S3 I get this error: E (529) flash_encrypt: Flash encryption settings error: app is configured for RELEASE but efuses are set for DEVELOPMENT E (530) flash_encrypt: Mismatch found in security options in bootloader ...
by ss_flashina
Mon Dec 04, 2023 4:09 pm
Forum: General Discussion
Topic: Concern using httpd_ws_send_frame_async
Replies: 0
Views: 3473

Concern using httpd_ws_send_frame_async

Good afternoon! I set up a webserver on an ESP device, to wich someone (a laptop) can connect and perform an OTA update. To be able to visualize a progression bar on the webserver, I send the current percentage using httpd_ws_send_frame_async , but I saw in the API that This API should rarely be cal...