From 410aee4fda01c7ab03aa032c9dc50641633e2d4f Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Tue, 5 May 2020 04:43:12 -0700 Subject: [PATCH] Add deprecated Time.h warning --- Time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Time.h b/Time.h index a79b080..6fa02fa 100644 --- a/Time.h +++ b/Time.h @@ -1 +1,2 @@ +#warning "Please include TimeLib.h, not Time.h. Future versions will remove Time.h" #include "TimeLib.h"