MQTT ESP8266 basic test
Diff: mbed_app.json
- Revision:
- 4:c7acdba5d4b5
- Parent:
- 3:43527b1910c7
--- a/mbed_app.json Mon Apr 26 21:46:12 2021 +0000
+++ b/mbed_app.json Sat Oct 23 17:55:37 2021 +0000
@@ -15,8 +15,8 @@
},
"NUCLEO_L476RG": {
"target.network-default-interface-type" : "WIFI",
- "esp8266.tx" : "D8",
- "esp8266.rx" : "D2",
+ "esp8266.tx" : "PC_4",
+ "esp8266.rx" : "PC_5",
"esp8266.provide-default" : true,
"drivers.uart-serial-rxbuf-size" : 1024,
"drivers.uart-serial-txbuf-size" : 1024