You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Generated by 'rebuild_file_tables'
|
|
|
|
#ifndef _EMBEDDED_FILES_ENUM_H
|
|
#define _EMBEDDED_FILES_ENUM_H
|
|
|
|
#include "fileserver/embedded_files.h"
|
|
|
|
enum embedded_file_id {
|
|
FILE_FAVICON_ICO = 0,
|
|
FILE_INDEX_HTML = 1
|
|
};
|
|
|
|
#endif // _EMBEDDED_FILES_ENUM_H
|
|
|