7 lines
162 B
C
7 lines
162 B
C
|
#ifndef WEBHOOKS_H
|
||
|
#define WEBHOOKS_H
|
||
|
|
||
|
#include <HTTPClient.h>
|
||
|
extern HTTPClient webhooks_http;
|
||
|
extern void ExecuteHTTPRequest(String url);
|
||
|
#endif
|