Skip to content

Commit

Permalink
Merge commit '5d924c49c64f089b0acca50760db06b9e886085a'
Browse files Browse the repository at this point in the history
  • Loading branch information
mathcoll committed Dec 28, 2024
2 parents 7d86e34 + 5d924c4 commit d509480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "t6iot",
"keywords": "iot, things, api, rest, object, connect",
"description": "Library to connect t6 iot platform https://api.internetcollaboratif.info",
"version": "2.0.11",
"version": "2.0.12",
"frameworks": "arduino",
"examples": "examples/t6iot2/*.ino",
"platforms": "*",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=t6iot
version=2.0.11
version=2.0.12
author=Mathieu Lory <mathieu@internetcollaboratif.info>
maintainer=Mathieu Lory <mathieu@internetcollaboratif.info>
sentence=Library to connect Arduino Sensors to t6iot framework SaaS or On-Premise.
Expand Down
4 changes: 2 additions & 2 deletions src/t6iot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
// nmap --script ssl-cert.nse -p 443 api.internetcollaboratif.info | grep SHA-1
// openssl s_client -connect api.internetcollaboratif.info:443 -prexit -showcerts -state -status -tlsextdebug -verify 10

String VERSION = "2.0.11";
String VERSION = "2.0.12";

const char *fingerprint = "84c9 4e18 3389 fd70 1359 cf40 f1ea 5e9c 6b0c c7ad";
const char *fingerprint = "8b3f 6d72 3820 a261 e142 8d11 40ef 3ec2 68d1 ec52";
const char* root_ca PROGMEM = R"EOF(
-----BEGIN CERTIFICATE-----
MIIDejCCAmKgAwIBAgIQf+UwvzMTQ77dghYQST2KGzANBgkqhkiG9w0BAQsFADBX
Expand Down

0 comments on commit d509480

Please sign in to comment.