From c42598f8c32158d76155dda0f46bf2b1185f3730 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 10 Apr 2020 20:51:15 +0200 Subject: [PATCH] Add USE_PING --- tasmota/my_user_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasmota/my_user_config.h b/tasmota/my_user_config.h index a28a52067..d4191668b 100644 --- a/tasmota/my_user_config.h +++ b/tasmota/my_user_config.h @@ -389,6 +389,9 @@ #define USE_SUNRISE // Add support for Sunrise and sunset tools (+16k) #define SUNRISE_DAWN_ANGLE DAWN_NORMAL // Select desired Dawn Angle from (DAWN_NORMAL, DAWN_CIVIL, DAWN_NAUTIC, DAWN_ASTRONOMIC) +// -- Ping ---------------------------------------- +// #define USE_PING // Enable Ping command (+3k code) + // -- Rules or Script ---------------------------- // Select none or only one of the below defines #define USE_RULES // Add support for rules (+8k code)