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)