Skip to content

Commit

Permalink
Squeezed enough space to allow encryption to run again.
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Nov 5, 2016
1 parent c89b16c commit 6ad7a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/V0p2_Main/Control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ad7a3f

Please sign in to comment.