From bbba6baaa7cf60e5fed6d677ea6afc912df55b1a Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:17:49 +0200 Subject: [PATCH] Add missing custom_topic_payload --- src/custom/my_custom_template.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/custom/my_custom_template.cpp b/src/custom/my_custom_template.cpp index 42b410cd..ff59096b 100644 --- a/src/custom/my_custom_template.cpp +++ b/src/custom/my_custom_template.cpp @@ -50,4 +50,8 @@ void custom_get_sensors(JsonDocument& doc) sensor[F("Random")] = random(256); } +void custom_topic_payload(const char* topic, const char* payload, uint8_t source){ + // Not used +} + #endif // HASP_USE_CUSTOM \ No newline at end of file