From c4d565e18f28b7854dfcea815de17d0a9c087259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=2E=20=C3=81rkosi=20R=C3=B3bert?= Date: Tue, 12 Oct 2021 09:25:55 +0200 Subject: [PATCH] Update my_custom_template.h --- src/custom/my_custom_template.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/custom/my_custom_template.h b/src/custom/my_custom_template.h index 7bf1ab1b..5dbb4804 100644 --- a/src/custom/my_custom_template.h +++ b/src/custom/my_custom_template.h @@ -1,7 +1,8 @@ /* 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.h +// USAGE: - Copy this file and rename it to my_custom.h +// - uncomment in your user_config_override.h the line containing #define HASP_USE_CUSTOM 1 // #ifndef HASP_CUSTOM_H @@ -33,4 +34,4 @@ void custom_topic_payload(const char* topic, const char* payload, uint8_t source #endif // HASP_USE_CUSTOM -#endif // HASP_CUSTOM_H \ No newline at end of file +#endif // HASP_CUSTOM_H