From 9f18c21f8697bbf0927c34fc4ca3c9918dc53da1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 Nov 2020 19:29:49 +0100 Subject: [PATCH] Enable MI_ESP32 by default --- tasmota/my_user_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index 90c1a009d..e183a68fa 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -816,7 +816,7 @@ #define USE_ADC // Add support for ADC on GPIO32 to GPIO39 //#define USE_SPI // Add support for hardware SPI -//#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) +#define USE_MI_ESP32 // Add support for ESP32 as a BLE-bridge (+9k2 mem, +292k flash) //#define USE_WEBCAM // Add support for webcam #endif