ESP8266-based WiFi serial modem emulator ROM
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

AT$PINS: Break after ^C

+1
+1
esp8266/wifistation.ino
··· 441 441 case 3: 442 442 /* ^C */ 443 443 done = 1; 444 + break; 444 445 case 'd': 445 446 Serial.printf("data input\r\n"); 446 447 ms_datadir(INPUT);