I believe the GCS can connect to a UDP port, so you could create firmware for the ESP8266 that opens a UDP port and forwards it to it's UART, which could be connected to the FC uart. That would give you a wireless connection to the GCS and wouldn't even require any hardware on the GCS side (it would use your computers WiFi), but that's going to take a bit of coding on the ESP8266.