diff options
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..a622aad --- /dev/null +++ b/config.h.in | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #define CLIENT_ID "my-client-id" | ||
| 4 | #define HOST "localhost" | ||
| 5 | #define PORT 1883 | ||
| 6 | #define USERNAME "user" | ||
| 7 | #define PASSWORD "password" | ||
| 8 | #define TOPIC "topic" | ||
| 9 | #define KEEPALIVE 10 | ||
| 10 | #define WAIT_UNTIL_RECONNECT 10 | ||
