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 6123cb7 commit 226b7deCopy full SHA for 226b7de
src/ArduinoCloud.cpp
@@ -1,10 +1,10 @@
1
-#include "ArduinoCloudV2.h"
2
-
3
-#include <utility/ECCX08.h>
4
-#include <utility/ECCX08Cert.h>
+#include <ArduinoECCX08.h>
5
+#include "utility/ECCX08Cert.h"
6
#include "CloudSerial.h"
7
+#include "ArduinoCloudV2.h"
+
8
const static char server[] = "a19g5nbe27wn47.iot.us-east-1.amazonaws.com"; //"xxxxxxxxxxxxxx.iot.xx-xxxx-x.amazonaws.com";
9
10
const static int keySlot = 0;
src/utility/ECCX08Cert.cpp
@@ -1,6 +1,6 @@
#include <ArduinoBearSSL.h>
#include <bearssl/bearssl_hash.h>
#include "ECCX08Cert.h"
0 commit comments