From 7548ddd79ed9a5f8a0a09429091f23f872c91b69 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 4 Oct 2020 13:54:57 -0500 Subject: [PATCH] Update RFControl.h --- src/extras/RFControl.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/extras/RFControl.h b/src/extras/RFControl.h index bc0d59a..0744c37 100644 --- a/src/extras/RFControl.h +++ b/src/extras/RFControl.h @@ -19,8 +19,4 @@ class RFControl { void start(int _numCycles, int tickTime=1); // starts transmission of pulses, repeated for numCycles, where each tick in pulse is tickTime microseconds long }; -// Two transmitters are defined - -//extern RFControl RF433; -//extern RFControl RF315; - +