From 6ad7a3f02c43fde67444f44dcd7e37e46969aa09 Mon Sep 17 00:00:00 2001 From: DamonHD Date: Sat, 5 Nov 2016 11:06:41 +0000 Subject: [PATCH] Squeezed enough space to allow encryption to run again. --- Arduino/V0p2_Main/Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/V0p2_Main/Control.cpp b/Arduino/V0p2_Main/Control.cpp index bfd8dc5b..f9534d11 100644 --- a/Arduino/V0p2_Main/Control.cpp +++ b/Arduino/V0p2_Main/Control.cpp @@ -346,7 +346,7 @@ void bareStatsTX(const bool allowDoubleTX, const bool doBinary) #endif #if defined(ENABLE_OTSECUREFRAME_ENCODING_SUPPORT) - const bool doEnc = false; // FIXME true; + const bool doEnc = true; #else const bool doEnc = false; #endif