We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d84a9 commit a8e9943Copy full SHA for a8e9943
src/ArduinoCloud.cpp
@@ -5,7 +5,7 @@
5
6
#include "CloudSerial.h"
7
8
-const static char server[] = "a19g5nbe27wn47.iot.eu-west-1.amazonaws.com"; //"xxxxxxxxxxxxxx.iot.xx-xxxx-x.amazonaws.com";
+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;
11
const static int compressedCertSlot = 10;
0 commit comments