[MQTT] User SerialModule wrapper

pull/403/head
jgromes 2021-09-05 12:04:05 +02:00
rodzic f40d264343
commit 8c66edc03e
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -19,7 +19,7 @@
// ESP8266 has the following connections:
// TX pin: 9
// RX pin: 8
ESP8266 wifi = new Module(9, 8);
ESP8266 wifi = new SerialModule(9, 8);
// or using RadioShield
// https://github.com/jgromes/RadioShield

Wyświetl plik

@ -19,7 +19,7 @@
// ESP8266 has the following connections:
// TX pin: 9
// RX pin: 8
ESP8266 wifi = new Module(9, 8);
ESP8266 wifi = new SerialModule(9, 8);
// or using RadioShield
// https://github.com/jgromes/RadioShield