Link error trying to use AES

Hi Guys,

Just FYI, I was able to work around this (for now) by simply including the following source file in my project (in the web-IDE):

That was the only file I added (I did not need to add any .h header files) and it now compiles and as far as I can tell is working correctly.

NOTE: You still have to include the following lines at the top of your INO file:

#include "application.h"
#include "spark_protocol.h"
#include "tropicssl/rsa.h"
#include "tropicssl/aes.h"
1 Like