We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d96463 commit fe054b1Copy full SHA for fe054b1
1 file changed
README.md
@@ -31,6 +31,21 @@
31
- **Software**: Arduino IDE or PlatformIO, Counter-Strike 2
32
- **Hardware**: Arduino Leonardo (or compatible board with native USB HID support)
33
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
49
## Installation
50
### Option 1: Using PlatformIO (Recommended)
51
1. **Clone the Repository**
0 commit comments