Files
c-websocket-server/include/config.h
2023-03-29 14:02:05 +02:00

7 lines
92 B
C

#ifndef CONFIG_H
#define CONFIG_H
int SLEEP_DURATION = 30;
char GPIO_PIN[3] = "25";
#endif