Skip to content

Commit 882680d

Browse files
committed
remove host name from progmem
1 parent c5dbace commit 882680d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

AdafruitIO.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class AdafruitIO {
5050
uint32_t _last_ping = 0;
5151

5252
Adafruit_MQTT *_mqtt;
53-
const char *_host = IO_HOST;
53+
const char *_host = "io.adafruit.com";
5454
uint16_t _port = 8883;
5555
const char *_username;
5656
const char *_key;

AdafruitIO_Definitions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ typedef void (*AdafruitIODataCallbackType)(AdafruitIO_Data *data);
4141

4242
#define AIO_DATA_LENGTH 41
4343

44-
const char IO_HOST[] PROGMEM = "io.adafruit.com";
45-
4644
typedef enum {
4745

4846
// CONNECTING

0 commit comments

Comments
 (0)