From 398dc06521dd7bc071030a82b148936a6880bcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Fri, 8 Oct 2021 23:48:21 +0200 Subject: [PATCH] Update my_custom_fan_template.cpp --- src/custom/my_custom_fan_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/my_custom_fan_template.cpp b/src/custom/my_custom_fan_template.cpp index a7334388..016da86c 100644 --- a/src/custom/my_custom_fan_template.cpp +++ b/src/custom/my_custom_fan_template.cpp @@ -1,7 +1,7 @@ /* MIT License - Copyright (c) 2019-2021 Francis Van Roie For full license information read the LICENSE file in the project folder */ -// USAGE: - Copy this file and rename it to my_custom_fan_rotator.cpp +// USAGE: - Copy this file and rename it to my_custom_fan_rotator.cpp, also copy my_custom_template.h and rename it to my_custom.h // - Change false to true on line 15 // - Set the page and id of your object on lines 25 and 26 // - Optionally set the default rotation state and angle on lines 19 and 20