Ebay WIFI module

Thank you!
Command mode is working the way it is in the code.
This is my contribution

// enter in command mode
        delay(2500);
        Serial1.print("+++");
        delay(600);

The module is in Serial1.
Serial is used to debug.