From de70ab7ade00a24b74a52a576f9a33209ce0e513 Mon Sep 17 00:00:00 2001 From: mrcory <33401433+mrcory@users.noreply.github.com> Date: Sat, 7 Mar 2020 11:18:02 -0500 Subject: [PATCH] Added warning to header --- Sonoff_Controlled_Heater.ino | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Sonoff_Controlled_Heater.ino b/Sonoff_Controlled_Heater.ino index 43d5a6c..42f96ea 100644 --- a/Sonoff_Controlled_Heater.ino +++ b/Sonoff_Controlled_Heater.ino @@ -16,6 +16,13 @@ * Modifications and additions by: Cory McGahee * * Non-Commercial use ONLY! + * + * !!WARNING!! + * Though a basic overload protection system is in this code, it is not guaranteed to + * actually provide any protection. YOU take all risk and resposibility for any damage, + * inury or death caused by the function or malfunction of this code. For maximum safety, + * be certain that the attached load to this switch, be certain that your load is in proper + * working order and will not overload your outlet and smart switch. */ int configVersion = 0;