From 473a49428d5b54e629ecba5fe1c273113f1c4643 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 6 Nov 2019 20:37:02 -0500 Subject: [PATCH] Enable experimental slow mode --- commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons.h b/commons.h index 348852c..f7b3497 100644 --- a/commons.h +++ b/commons.h @@ -15,7 +15,7 @@ #define JS8_ENABLE_JS8A 1 #define JS8_ENABLE_JS8B 1 #define JS8_ENABLE_JS8C 1 -#define JS8_ENABLE_JS8E 0 +#define JS8_ENABLE_JS8E 1 #define JS8A_SYMBOL_SAMPLES 1920 #define JS8A_TX_SECONDS 15