We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13934d4 commit 7f5bc98Copy full SHA for 7f5bc98
src/ArduinoIoTCloud.cpp
@@ -21,7 +21,7 @@
21
#include "utility/ECCX08Cert.h"
22
#include <ArduinoECCX08.h>
23
#elif defined(BOARD_ESP)
24
-#include "utility/ca_cert.h"
+#include "utility/Certificate.h"
25
#endif
26
27
#ifdef ARDUINO_ARCH_SAMD
src/utility/ca_cert.h src/utility/Certificate.hsrc/utility/ca_cert.h renamed to src/utility/Certificate.h
@@ -15,8 +15,8 @@
15
a commercial license, send an email to license@arduino.cc.
16
*/
17
18
-#ifndef CA_CERT_H_
19
-#define CA_CERT_H_
+#ifndef CERTIFICATE_H_
+#define CERTIFICATE_H_
20
#include <ArduinoIoTCloud_Defines.h>
@@ -59,4 +59,4 @@ static const char MQTTS_UP_ARDUINO_CC_CERTIFICATE[] = \
59
60
#endif /* BOARD_HAS_ECCX08 */
61
62
-#endif /* CA_CERT_H_ */
+#endif /* CERTIFICATE_H_ */
0 commit comments