mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-12 10:46:18 +02:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
int SLEEP_DURATION = 30;
|
|
char GPIO_PIN[3] = "25";
|
|
|
|
#endif |