mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
TouchTunes TouchTunes New Feature QA
This commit is contained in:
parent
8ee650503c
commit
c2ff37a1c7
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ void TouchTunesView::on_tx_progress(const uint32_t progress, const bool done) {
|
|||
}
|
||||
}
|
||||
|
||||
// EW (Electronic Warfare) Mode will jam the receiving jukebox
|
||||
// while still alowing you (the hacker) to send commands
|
||||
// to the target jukebox.
|
||||
// EW Mode works by transmitting a CW on 433.92MHz inbetween
|
||||
// transmission events.
|
||||
void TouchTunesView::start_ew() {
|
||||
transmitter_model.set_tuning_frequency(433920000);
|
||||
transmitter_model.set_sampling_rate(3072000U);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue