From 19956d2635417337d5d960cd843f9a2ee3edfb80 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Tue, 8 Jan 2019 15:10:54 +0000 Subject: [PATCH] Add ATVtest and OOK --- app/testrpitx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/testrpitx.cpp b/app/testrpitx.cpp index 873c6e3..81a763d 100644 --- a/app/testrpitx.cpp +++ b/app/testrpitx.cpp @@ -733,6 +733,6 @@ int main(int argc, char *argv[]) //SimpleTestBurstFsk(Freq); //SimpleTestOOKTiming(Freq); //AlectoOOK(Freq); - RfSwitchOOK(Freq); - //SimpleTestAtv(Freq); + //RfSwitchOOK(Freq); + SimpleTestAtv(Freq); }