diff options
| author | krolyxon <me@krolyxon.com> | 2026-05-14 15:55:40 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-05-14 15:55:40 +0530 |
| commit | 45d23ef49d3dd6c7ac6547187dde788d536d88c6 (patch) | |
| tree | 83053ed172a0b48f859ea8dc01f6c377373b1fcf /src/rf/cc1101.h | |
| parent | 75eea47140e22f86fb23631e4fb436d8a09c8695 (diff) | |
change badUSB scripts
Remove unnecessary scripts and keep only the cooler and flashy ones
Diffstat (limited to 'src/rf/cc1101.h')
| -rw-r--r-- | src/rf/cc1101.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rf/cc1101.h b/src/rf/cc1101.h index a403edb..def6a2e 100644 --- a/src/rf/cc1101.h +++ b/src/rf/cc1101.h @@ -3,6 +3,9 @@ bool initCC1101(); bool isCC1101Ready(); +void captureAndDisplay(); + +void handleMenu(); void startCapture(); void stopCapture(); void printCapture(); |
