m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

Fixed atecc library and function reference typo #16

Closed franccan closed 3 years ago

franccan commented 3 years ago

It seems that there is a typo in the latest branch updated a few hours ago.

This issue prevents the code to compile as it can't find the header file and the existing header file does not have matching function names.

rashedtalukder commented 3 years ago

Updated repo with changes to the ATECC608 naming instead of reverting to the old naming. It better reflects the chip name convention that Microchip is using and reduces confusion with customers. Fixed references to the newly renamed atecc608 files in https://github.com/m5stack/Core2-for-AWS-IoT-EduKit/commit/1c791321848c12ef859d44ae130b12368d4278d1.