From 72e519058c9854266f722214db4c2aee678fa27e Mon Sep 17 00:00:00 2001 From: Giovanni Date: Fri, 7 Jul 2023 15:07:42 -0300 Subject: [PATCH] cert --- src/TinyGsmClientA7672x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientA7672x.h b/src/TinyGsmClientA7672x.h index 1370cdbd..45b231df 100644 --- a/src/TinyGsmClientA7672x.h +++ b/src/TinyGsmClientA7672x.h @@ -352,7 +352,7 @@ class TinyGsmA7672X : public TinyGsmModem, /* * Secure socket layer functions */ - protected: + public: // The name of the certificate/key/password file. The file name must // havetype like ".pem" or ".der". // The certificate like - const char ca_cert[] PROGMEM = R"EOF(-----BEGIN...