[HTTP] User SerialModule wrapper

This commit is contained in:
jgromes 2021-09-05 12:03:59 +02:00
parent 3f803f0e16
commit f40d264343
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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