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