4444#endif /* !defined (CONFIG_HTTP_HTML_NO_DMX) && (defined(OUTPUT_DMX_SEND) || defined(OUTPUT_DMX_SEND_MULTI)) */
4545
4646struct FilesContent {
47+ uint32_t hash;
4748 const char *file_name;
4849 const char *content;
4950 uint32_t content_length;
@@ -52,43 +53,43 @@ struct FilesContent {
5253
5354inline constexpr struct FilesContent kHttpContent [] = {
5455#if !defined (CONFIG_HTTP_HTML_NO_DMX) && (defined(OUTPUT_DMX_SEND) || defined(OUTPUT_DMX_SEND_MULTI))
55- { " dmx.js" , dmx_js, 1357 , static_cast <http::ContentTypes>(2 ) },
56+ { 449885855 , " dmx.js" , dmx_js, 1357 , static_cast <http::ContentTypes>(2 ) },
5657#endif /* !defined (CONFIG_HTTP_HTML_NO_DMX) && (defined(OUTPUT_DMX_SEND) || defined(OUTPUT_DMX_SEND_MULTI)) */
5758#if !defined (CONFIG_HTTP_HTML_NO_RTC) && !defined (DISABLE_RTC)
58- { " rtc.html" , rtc_html, 1013 , static_cast <http::ContentTypes>(0 ) },
59+ { 4194541735 , " rtc.html" , rtc_html, 1013 , static_cast <http::ContentTypes>(0 ) },
5960#endif /* !defined (CONFIG_HTTP_HTML_NO_RTC) && !defined (DISABLE_RTC) */
60- { " static.js" , static_js, 1252 , static_cast <http::ContentTypes>(2 ) },
61- { " styles.css" , styles_css, 409 , static_cast <http::ContentTypes>(1 ) },
62- { " index.js" , index_js, 1168 , static_cast <http::ContentTypes>(2 ) },
63- { " date.js" , date_js, 716 , static_cast <http::ContentTypes>(2 ) },
61+ { 2932864356 , " static.js" , static_js, 1252 , static_cast <http::ContentTypes>(2 ) },
62+ { 2557875310 , " styles.css" , styles_css, 409 , static_cast <http::ContentTypes>(1 ) },
63+ { 247271700 , " index.js" , index_js, 1168 , static_cast <http::ContentTypes>(2 ) },
64+ { 1602327546 , " date.js" , date_js, 716 , static_cast <http::ContentTypes>(2 ) },
6465#if defined (NODE_SHOWFILE)
65- { " showfile.html" , showfile_html, 1386 , static_cast <http::ContentTypes>(0 ) },
66+ { 92830953 , " showfile.html" , showfile_html, 1386 , static_cast <http::ContentTypes>(0 ) },
6667#endif /* (NODE_SHOWFILE) */
67- { " default.js" , default_js, 261 , static_cast <http::ContentTypes>(2 ) },
68+ { 135667591 , " default.js" , default_js, 261 , static_cast <http::ContentTypes>(2 ) },
6869#if !defined (CONFIG_HTTP_HTML_NO_RTC) && !defined (DISABLE_RTC)
69- { " rtc.js" , rtc_js, 843 , static_cast <http::ContentTypes>(2 ) },
70+ { 2872131065 , " rtc.js" , rtc_js, 843 , static_cast <http::ContentTypes>(2 ) },
7071#endif /* !defined (CONFIG_HTTP_HTML_NO_RTC) && !defined (DISABLE_RTC) */
7172#if !defined (CONFIG_HTTP_HTML_NO_RDM) && defined (RDM_CONTROLLER)
72- { " rdm.js" , rdm_js, 1001 , static_cast <http::ContentTypes>(2 ) },
73+ { 3336539475 , " rdm.js" , rdm_js, 1001 , static_cast <http::ContentTypes>(2 ) },
7374#endif /* !defined (CONFIG_HTTP_HTML_NO_RDM) && defined (RDM_CONTROLLER) */
7475#if !defined (CONFIG_HTTP_HTML_NO_TIME)
75- { " time.js" , time_js, 402 , static_cast <http::ContentTypes>(2 ) },
76+ { 1797555997 , " time.js" , time_js, 402 , static_cast <http::ContentTypes>(2 ) },
7677#endif /* !defined (CONFIG_HTTP_HTML_NO_TIME) */
7778#if !defined (CONFIG_HTTP_HTML_NO_PIXEL) && (defined(OUTPUT_DMX_PIXEL) || defined(OUTPUT_DMX_PIXEL_MULTI))
78- { " pixeltype.json" , pixeltype_json, 1665 , static_cast <http::ContentTypes>(3 ) },
79+ { 2632765249 , " pixeltype.json" , pixeltype_json, 1665 , static_cast <http::ContentTypes>(3 ) },
7980#endif /* !defined (CONFIG_HTTP_HTML_NO_PIXEL) && (defined(OUTPUT_DMX_PIXEL) || defined(OUTPUT_DMX_PIXEL_MULTI)) */
8081#if !defined (CONFIG_HTTP_HTML_NO_RDM) && defined (RDM_CONTROLLER)
81- { " rdm.html" , rdm_html, 1142 , static_cast <http::ContentTypes>(0 ) },
82+ { 3794898249 , " rdm.html" , rdm_html, 1142 , static_cast <http::ContentTypes>(0 ) },
8283#endif /* !defined (CONFIG_HTTP_HTML_NO_RDM) && defined (RDM_CONTROLLER) */
83- { " index.html" , index_html, 669 , static_cast <http::ContentTypes>(0 ) },
84+ { 4024653090 , " index.html" , index_html, 669 , static_cast <http::ContentTypes>(0 ) },
8485#if defined (NODE_SHOWFILE)
85- { " showfile.js" , showfile_js, 1425 , static_cast <http::ContentTypes>(2 ) },
86+ { 4266521075 , " showfile.js" , showfile_js, 1425 , static_cast <http::ContentTypes>(2 ) },
8687#endif /* (NODE_SHOWFILE) */
8788#if !defined (CONFIG_HTTP_HTML_NO_TIME)
88- { " time.html" , time_html, 599 , static_cast <http::ContentTypes>(0 ) },
89+ { 3879424355 , " time.html" , time_html, 599 , static_cast <http::ContentTypes>(0 ) },
8990#endif /* !defined (CONFIG_HTTP_HTML_NO_TIME) */
9091#if !defined (CONFIG_HTTP_HTML_NO_DMX) && (defined(OUTPUT_DMX_SEND) || defined(OUTPUT_DMX_SEND_MULTI))
91- { " dmx.html" , dmx_html, 538 , static_cast <http::ContentTypes>(0 ) },
92+ { 1521353325 , " dmx.html" , dmx_html, 538 , static_cast <http::ContentTypes>(0 ) },
9293#endif /* !defined (CONFIG_HTTP_HTML_NO_DMX) && (defined(OUTPUT_DMX_SEND) || defined(OUTPUT_DMX_SEND_MULTI)) */
9394};
9495
0 commit comments