Skip to content

Commit 70c7ce1

Browse files
author
brentru
committed
switch port from 8883 to mqtt port 1883
1 parent 0c0beb2 commit 70c7ce1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/AdafruitIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class AdafruitIO {
7777
char _version[10];
7878

7979
const char *_host = "io.adafruit.com";
80-
uint16_t _mqtt_port = 8883;
80+
uint16_t _mqtt_port = 1883;
8181
uint16_t _http_port = 443;
8282

8383
uint16_t _packetread_timeout;

src/AdafruitIO_Ethernet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class AdafruitIO_Ethernet : public AdafruitIO {
5151

5252
protected:
5353
byte _mac[6] = {0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED};
54-
uint16_t _port = 1883;
5554

5655
EthernetClient *_client;
5756

0 commit comments

Comments
 (0)