add: content_dir config

This commit is contained in:
Tobias Reisinger 2020-07-02 00:16:07 +02:00
parent ab02ebc238
commit 77b2fafaff
6 changed files with 14 additions and 3 deletions
include

View file

@ -33,6 +33,7 @@ typedef struct
uint16_t server_port;
uint16_t discovery_port;
uint16_t mqtt_port;
char content_dir[1024];
char not_found_file[256];
char not_found_file_type[256];
char not_found_content[256];