Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/laboite_maker_edition/laboite_maker_edition.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Screen welcome(32, 16, MONOCHROME); // with, height, colors);

// Backend connection
Lenuage lenuage(
"http://lenuage.redgick.com", // server url
"https://lenuage.redgick.com", // server url
"00000000-0000-0000-0000-000000000000", // api key
// the server ssl fingerprint is needed for a HTTPS connection
// get it using the following command in a terminal:
// echo | openssl s_client -connect redgick.com:443 |& openssl x509 -fingerprint -noout
// echo | openssl s_client -connect lenuage.redgick.com:443 |& openssl x509 -fingerprint -noout
"AD:4D:92:32:D3:D2:5A:C4:5B:62:B6:B4:94:BF:10:94:4F:71:A5:5A"
);

Expand Down