From ad27f228e28ecd6b78ea0a564d80bd2088939692 Mon Sep 17 00:00:00 2001 From: ckcr4lyf Date: Sat, 17 Aug 2024 11:47:07 +0800 Subject: [PATCH] Some guidance for single device --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4601cbd..b4732b9 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,7 @@ arduino-cli monitor -c baudrate=115200 -p COM4 ``` Replace `COM4` with the port the ESP32 is on, and `esp32c6` with the appropriate board. + +### Spamming a specific device + +Some basic instructions are here: https://github.com/ckcr4lyf/EvilAppleJuice-ESP32/issues/42#issuecomment-2294610072 , but if you're not a script kiddie you can probably figure it out.