Skip to content

Commit fe054b1

Browse files
Update README.md
1 parent 9d96463 commit fe054b1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131
- **Software**: Arduino IDE or PlatformIO, Counter-Strike 2
3232
- **Hardware**: Arduino Leonardo (or compatible board with native USB HID support)
3333

34+
## Dry Run Mode
35+
For testing purposes, you can run ArduinoStrike without connecting an Arduino device using the dry run mode:
36+
37+
```bash
38+
ArduinoStrike.exe --dry-run
39+
# or
40+
ArduinoStrike.exe -d
41+
```
42+
43+
In dry run mode:
44+
- No Arduino connection is established
45+
- All messages are simulated and logged to file
46+
- Configuration and hotkeys work normally
47+
- Perfect for testing configuration and features
48+
3449
## Installation
3550
### Option 1: Using PlatformIO (Recommended)
3651
1. **Clone the Repository**

0 commit comments

Comments
 (0)