mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-18 22:44:15 +02:00
feat: Populate repo
This commit is contained in:
7
include/config.h
Normal file
7
include/config.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
int SLEEP_DURATION = 30;
|
||||
char GPIO_PIN[3] = "25";
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user