Skip to content

Commit

Permalink
removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketct committed Jun 17, 2020
1 parent 1dc2d11 commit d36fea1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ void setup() {
Serial.println("You're connected to the network");
Serial.println();

// eraseTrustedRooterase from the module all the actual TrustedRoot
// pointed by the GSM object call this API after the set will try to erase
// if rpresent the certificate present in SECRET_GSM_ROOT_CERTS
// eraseTrustedRoot erase from the module all the actual Trusted Root
// pointed by the GSM object, call this API after the set will try to erase
// all the certificates present in SECRET_GSM_ROOT_CERTS
client.eraseTrustedRoot();
client.setUserRoots(SECRET_GSM_ROOT_CERTS, SECRET_GSM_ROOT_SIZE);

Expand Down

0 comments on commit d36fea1

Please sign in to comment.