duktape-esp32 icon indicating copy to clipboard operation
duktape-esp32 copied to clipboard

Missing semicolons and AES encryption functions update

Open CG-SS opened this issue 6 years ago • 0 comments

The current version of esp-idf uses the functions "esp_internal_aes_encrypt" and "esp_internal_aes_decrypt" instead of "mbedtls_aes_encrypt" and "mbedtls_aes_decrypt" and fixed some missing semicolons.

CG-SS avatar Oct 07 '18 21:10 CG-SS