Hi,
I was wondering where I can find documentation on the error codes from HTTPS connect();
I am currently getting an error: 95 and then an error: 22 and would like to know what it means.
Thanks,
Chris
Hi,
I was wondering where I can find documentation on the error codes from HTTPS connect();
I am currently getting an error: 95 and then an error: 22 and would like to know what it means.
Thanks,
Chris
Hey Chris,
Zephyr uses errno.h
its located here: zephyr/lib/libc/minimal/include/errno.h
Thanks jaredwolff !!