Skip to content

Commit e1ac5bb

Browse files
author
Travis CI
committed
updated examples to use new port
1 parent fd79a1b commit e1ac5bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arduino/examples/tentacle-ethernet/tentacle-ethernet.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ byte mac[] = {
1313
};
1414

1515
#define server "tentacle.octoblu.com"
16-
#define port 80
16+
#define port 1528
1717

1818
static const char uuid[] = "INSERT UUID HERE";
1919
static const char token[] = "INSERT TOKEN HERE";

arduino/examples/tentacle-wifi/tentacle-wifi.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ char ssid[] = "INSERT WIFI NAME HERE";
1313
char password[] = "INSERT WIFI PASSWORD HERE";
1414
#define server "tentacle.octoblu.com"
1515
/*#include "wifi-credentials.h"*/
16-
#define port 80
16+
#define port 1528
1717

1818
static const char uuid[] = "INSERT UUID HERE";
1919
static const char token[] = "INSERT TOKEN HERE";

arduino/examples/tentacle-yun/tentacle-yun.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//Checkout http://tentacle.readme.io for setup and usage instructions
77

88
#define server "tentacle.octoblu.com"
9-
#define port 80
9+
#define port 1528
1010

1111
static const char uuid[] = "INSERT UUID HERE";
1212
static const char token[] = "INSERT TOKEN HERE";

particle/examples/example.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "tentacle-particle/tentacle-particle.h"
33

44
#define server "tentacle.octoblu.com"
5-
#define port 80
5+
#define port 1528
66

77
// IPAddress server(192,168,100,9);
88
// #define port 8111

0 commit comments

Comments
 (0)