Skip to content

Commit b1266f7

Browse files
committed
replace esp8266wifi.h with wifi.h (esp32 )
1 parent ac66438 commit b1266f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UbidotsESPMQTT.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Modified by: Jose Garcia
2727

2828
#ifndef UbidotsESPMQTT_H
2929
#define UbidotsESPMQTT_H
30-
#include <ESP8266WiFi.h>
30+
#include <WiFi.h>
3131

3232
#include "PubSubClient.h"
3333
#include "string.h"
@@ -36,7 +36,7 @@ Modified by: Jose Garcia
3636
#define SERVER "industrial.api.ubidots.com"
3737
#define MAX_VALUES 5
3838
#define FIRST_PART_TOPIC "/v1.6/devices/"
39-
#define DEFAULT_DEVICE_LABEL "ESP8266"
39+
#define DEFAULT_DEVICE_LABEL "ESP32"
4040

4141
#define META_DEBUG Serial
4242

0 commit comments

Comments
 (0)