NuMaker WiFi TCP Example

Revision:
22:6d0bb671f937
Parent:
21:662058dda3b1
Child:
23:dc536ce49b37
--- a/main.cpp	Tue May 14 10:48:08 2019 +0800
+++ b/main.cpp	Fri Oct 04 03:22:21 2019 +0000
@@ -30,6 +30,10 @@
                                     // before power-on
 DigitalOut esp_pwr_off(PD_7, 1);    // Disable power to on-board ESP8266
 ESP8266Interface esp(PD_1, PD_0);
+#       elif TARGET_NUMAKER_IOT_M263A
+ESP8266Interface esp(PC_7, PC_6, false, PE_13, PC_8, PE_12);
+//ESP8266Interface esp(PC_7, PC_6, false, PE_13, PC_8, NC);
+//ESP8266Interface esp(PC_7, PC_6);
 #       endif
 #   elif ESP8266_AT_SEL == ESP8266_AT_EXTERN
 ESP8266Interface esp(D1, D0);