update_ftp_download_upload

This commit is contained in:
Joel Serna Moreno 2018-05-25 18:14:11 +02:00 committed by GitHub
parent 55f95db41b
commit fe1fe08db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ void loop() {
delay(2000); delay(2000);
Keyboard.println("PASSWORD"); Keyboard.println("PASSWORD");
delay(5000); delay(5000);
Keyboard.println("GET ARCHIVOPARADESCARGAR"); Keyboard.println("get FILE");
delay(2000); delay(2000);
Keyboard.println("PUT ARCHIVOPARASUBIR"); Keyboard.println("put FILE");
delay(2000); delay(2000);
Keyboard.println("quit"); Keyboard.println("quit");
delay(2000); delay(2000);