Martí Bastida

Results 4 comments of Martí Bastida

Hi @avillacis, I tested your library because I'm interested in using PSK with an ESP32. What I saw is that the SSL options are disabled by default via the `#if...

> > Hi @avillacis, I tested your library because I'm interested in using PSK with an ESP32. > > What I saw is that the SSL options are disabled by...

I got the same error, I fixed by using the version @KoffeinKaio mentions. I don't now why but by default it picks version 5.13.4 which gives compilation errors. Adding: ```...

I'm facing the same issue. The moment I add `ssl_fingerprints` to the yaml file the compiler misses the ssl.h file. Any workaround to this?