Using the following manual as reference(Redirecting to Infineon GitHub), I’ve been trying to implement WiFi on my board but as I compile the code, the error pops up that cy_worker_thread.h not found.
I tried looking for it but the github link of the file shows error.
https://github.com/cypresssemiconductorco/connectivity-utilities/blob/master/cy_worker_thread/cy_worker_thread.h
Can anyone tell me what to do next?
I tried running without lpa directory n connection utilities and WiFi got connected. I thought it could be avoidable but as soon as I implemented the TLS protocol for AWS IoT, The MQTT client was unable to connect as OOB connection was not possible.