Add missing custom_topic_payload

This commit is contained in:
fvanroie 2021-10-10 00:17:49 +02:00
parent 163bc8480f
commit bbba6baaa7

View File

@ -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