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...