Skip to content

Commit

Permalink
Fixed fakeupdate url for Win10
Browse files Browse the repository at this point in the history
  • Loading branch information
pino951 authored May 25, 2020
1 parent 0ea9e27 commit d297d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RickRoll_Update/RickRoll_Update.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void loop() {
DigiKeyboard.delay(5000);
DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);
DigiKeyboard.delay(3000);
DigiKeyboard.print("http://fakeupdate.net/win10u/index.html");
DigiKeyboard.print("http://fakeupdate.net/win10ue");
DigiKeyboard.sendKeyStroke(KEY_ENTER);
DigiKeyboard.delay(2000);
DigiKeyboard.sendKeyStroke(KEY_F11);
Expand Down

0 comments on commit d297d78

Please sign in to comment.