Page 1 of 1

MyDoorOpener - Compile Error

PostPosted: Mon Dec 15, 2014 11:51 pm
by tiga31328
I searched the forms and saw the directory structure comments, I have verified that my files are in the correct directory structure in my Windows 8.1 system.

Setting only my basic settings, IP and Password I receive the following errors after I 'Save' and do a Sketch|Verify|Compile?

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Leonardo"
MyDoorOpenerServer.cpp: In member function 'boolean MyDoorOpenerServer::isPasswordValid(char*)':
MyDoorOpenerServer.cpp:311: error: 'aes256_context' was not declared in this scope
MyDoorOpenerServer.cpp:311: error: expected `;' before 'ctx'
MyDoorOpenerServer.cpp:312: error: 'ctx' was not declared in this scope
MyDoorOpenerServer.cpp:312: error: 'aes256_init' was not declared in this scope
MyDoorOpenerServer.cpp:313: error: 'aes256_decrypt_ecb' was not declared in this scope
MyDoorOpenerServer.cpp:314: error: 'aes256_done' was not declared in this scope


Any help is greatly appreciated.

Thank you,
Patrick

Re: MyDoorOpener - Compile Error

PostPosted: Tue Dec 30, 2014 3:48 pm
by xamos1
Try installing an Example Ethernet Web Server Sketch and see if it would load. Thats what i did.

Re: MyDoorOpener - Compile Error

PostPosted: Tue Dec 30, 2014 6:38 pm
by support
Good point xamos1. Also, make sure you're using v2.3 of our Arduino backend code as v2.4 is still
under works and known to have some issues with status sensing.

Best regards,

Re: MyDoorOpener - Compile Error

PostPosted: Tue Jan 20, 2015 8:26 pm
by support
Follow-up in case someone gets to this thread directly. v2.4 is now fully functional.