updated readme

This commit is contained in:
David H
2026-06-03 17:03:42 +02:00
parent 13030b2e6f
commit a18ffac915
+3 -2
View File
@@ -6,6 +6,7 @@ A USB keyboard keylogger implementation for the **Adafruit Feather RP2040 USB Ho
---
## Features
* USB keyboard interception using USB Host functionality
@@ -118,10 +119,10 @@ Open the Serial Monitor and use the following commands:
### Automated Log Reader (Python Script)
The included `rp2040_log_reader.py` script provides an interactive menu for managing logs:
The included `reader.py` script provides an interactive menu for managing logs:
```bash
python3 rp2040_log_reader.py
python3 reader.py
```
**Features:**