Fingerprint Reader project to lock/unlock netatmo system with a M5stack atom s3.
The project use platformIo and espidf.
Run menuconfig:
- Component config -> FreeRtos -> Kernel -> configTIMER_TASK_STACK_DEPTH=4096
- Component config -> Netatmo API -> client api=<your-client-api>
- Component config -> Netatmo API -> client secret=<your-client-secret>
In platformio.ini change upload_port= <your board port>