Update my_custom_fan_template.cpp

This commit is contained in:
H. Árkosi Róbert 2021-10-08 23:48:21 +02:00 committed by GitHub
parent 61464a408a
commit 398dc06521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie /* MIT License - Copyright (c) 2019-2021 Francis Van Roie
For full license information read the LICENSE file in the project folder */ 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 // - Change false to true on line 15
// - Set the page and id of your object on lines 25 and 26 // - 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 // - Optionally set the default rotation state and angle on lines 19 and 20