julisa99 / Lovebox

DIY project to lasercut a lovebox on your own (see https://en.lovebox.love/), which would cost almost $100.
https://lisaih.de/Lovebox/
MIT License
110 stars 45 forks source link

gist fingerprint #12

Open AlexDauphin opened 1 month ago

AlexDauphin commented 1 month ago

Hello , thanks a lot for making this project available,

I've an issue with that part of the code , I'm unable to connect to gist

const int httpsPort = 443; const char* host = "gist.githubusercontent.com"; const char fingerprint[] = "70 94 DE DD E6 C4 69 48 3A 92 70 A1 48 56 78 2D 18 64 E0 B7"; WiFiClientSecure client; client.setFingerprint(fingerprint); if (!client.connect(host, httpsPort)) { return; // failed to connect }

how does the fingerprint was retreived ? thanks a lot