Pico Led Controller 1.0.3
A project to control LEDs using Raspberry Pi Pico W
html_data.c File Reference

Go to the source code of this file.

Macros

#define FS_ROOT   file_data_shtml
 
#define FS_NUMFILES   7
 

Variables

static const unsigned char data_manifest_json []
 
static const unsigned char data_favicon_ico []
 
static const unsigned char data_index_html []
 
static const unsigned char data_m_png []
 
static const unsigned char data_timestamp_shtml []
 
static const unsigned char data_app_js []
 
static const unsigned char data_data_shtml []
 
const struct fsdata_file file_manifest_json [] = {{ NULL, data_manifest_json, data_manifest_json + 15, sizeof(data_manifest_json) - 15, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_favicon_ico [] = {{ file_manifest_json, data_favicon_ico, data_favicon_ico + 13, sizeof(data_favicon_ico) - 13, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_index_html [] = {{ file_favicon_ico, data_index_html, data_index_html + 12, sizeof(data_index_html) - 12, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_m_png [] = {{ file_index_html, data_m_png, data_m_png + 7, sizeof(data_m_png) - 7, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_timestamp_shtml [] = {{ file_m_png, data_timestamp_shtml, data_timestamp_shtml + 17, sizeof(data_timestamp_shtml) - 17, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_app_js [] = {{ file_timestamp_shtml, data_app_js, data_app_js + 8, sizeof(data_app_js) - 8, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 
const struct fsdata_file file_data_shtml [] = {{ file_app_js, data_data_shtml, data_data_shtml + 12, sizeof(data_data_shtml) - 12, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}
 

Macro Definition Documentation

◆ FS_NUMFILES

#define FS_NUMFILES   7

Definition at line 4858 of file html_data.c.

◆ FS_ROOT

#define FS_ROOT   file_data_shtml

Definition at line 4857 of file html_data.c.

Variable Documentation

◆ data_app_js

const unsigned char data_app_js[]
static

Definition at line 3618 of file html_data.c.

◆ data_data_shtml

const unsigned char data_data_shtml[]
static
Initial value:
= {
0x2f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x73, 0x68, 0x74, 0x6d, 0x6c, 0,
0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, 0x20, 0x32,
0x30, 0x30, 0x20, 0x4f, 0x4b, 0x0d, 0x0a, 0x53, 0x65, 0x72,
0x76, 0x65, 0x72, 0x3a, 0x20, 0x6c, 0x77, 0x49, 0x50, 0x2f,
0x70, 0x72, 0x65, 0x2d, 0x30, 0x2e, 0x36, 0x20, 0x28, 0x68,
0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e,
0x73, 0x69, 0x63, 0x73, 0x2e, 0x73, 0x65, 0x2f, 0x7e, 0x61,
0x64, 0x61, 0x6d, 0x2f, 0x6c, 0x77, 0x69, 0x70, 0x2f, 0x29,
0x0d, 0x0a, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d,
0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74,
0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x0d, 0x0a, 0x0d, 0x0a,
0x3c, 0x21, 0x2d, 0x2d, 0x23, 0x76, 0x6f, 0x6c, 0x74, 0x2d,
0x2d, 0x3e, 0x0a, 0x3c, 0x21, 0x2d, 0x2d, 0x23, 0x74, 0x65,
0x6d, 0x70, 0x2d, 0x2d, 0x3e, 0x0a, 0x3c, 0x21, 0x2d, 0x2d,
0x23, 0x67, 0x70, 0x69, 0x6f, 0x2d, 0x2d, 0x3e, 0x0a, 0x3c,
0x21, 0x2d, 0x2d, 0x23, 0x6c, 0x65, 0x64, 0x2d, 0x2d, 0x3e,
0x0a, 0x3c, 0x21, 0x2d, 0x2d, 0x23, 0x6d, 0x6f, 0x64, 0x65,
0x2d, 0x2d, 0x3e, 0x0a, 0x3c, 0x21, 0x2d, 0x2d, 0x23, 0x63,
0x6f, 0x6c, 0x6f, 0x72, 0x2d, 0x2d, 0x3e, 0x0a, 0x3c, 0x21,
0x2d, 0x2d, 0x23, 0x62, 0x72, 0x69, 0x67, 0x68, 0x74, 0x2d,
0x2d, 0x3e, 0x0a, }

Definition at line 4825 of file html_data.c.

◆ data_favicon_ico

const unsigned char data_favicon_ico[]
static

Definition at line 120 of file html_data.c.

◆ data_index_html

const unsigned char data_index_html[]
static

Definition at line 1676 of file html_data.c.

◆ data_m_png

const unsigned char data_m_png[]
static

Definition at line 2662 of file html_data.c.

◆ data_manifest_json

const unsigned char data_manifest_json[]
static

Definition at line 1 of file html_data.c.

◆ data_timestamp_shtml

const unsigned char data_timestamp_shtml[]
static
Initial value:
= {
0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x73, 0x68, 0x74, 0x6d, 0x6c, 0,
0x48, 0x54, 0x54, 0x50, 0x2f, 0x31, 0x2e, 0x30, 0x20, 0x32,
0x30, 0x30, 0x20, 0x4f, 0x4b, 0x0d, 0x0a, 0x53, 0x65, 0x72,
0x76, 0x65, 0x72, 0x3a, 0x20, 0x6c, 0x77, 0x49, 0x50, 0x2f,
0x70, 0x72, 0x65, 0x2d, 0x30, 0x2e, 0x36, 0x20, 0x28, 0x68,
0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e,
0x73, 0x69, 0x63, 0x73, 0x2e, 0x73, 0x65, 0x2f, 0x7e, 0x61,
0x64, 0x61, 0x6d, 0x2f, 0x6c, 0x77, 0x69, 0x70, 0x2f, 0x29,
0x0d, 0x0a, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x2d,
0x74, 0x79, 0x70, 0x65, 0x3a, 0x20, 0x74, 0x65, 0x78, 0x74,
0x2f, 0x68, 0x74, 0x6d, 0x6c, 0x0d, 0x0a, 0x0d, 0x0a,
0x3c, 0x21, 0x2d, 0x2d, 0x23, 0x74, 0x6d, 0x2d, 0x2d, 0x3e,
0x0a, }

Definition at line 3602 of file html_data.c.

◆ file_app_js

const struct fsdata_file file_app_js[] = {{ file_timestamp_shtml, data_app_js, data_app_js + 8, sizeof(data_app_js) - 8, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_data_shtml

const struct fsdata_file file_data_shtml[] = {{ file_app_js, data_data_shtml, data_data_shtml + 12, sizeof(data_data_shtml) - 12, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_favicon_ico

const struct fsdata_file file_favicon_ico[] = {{ file_manifest_json, data_favicon_ico, data_favicon_ico + 13, sizeof(data_favicon_ico) - 13, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_index_html

const struct fsdata_file file_index_html[] = {{ file_favicon_ico, data_index_html, data_index_html + 12, sizeof(data_index_html) - 12, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_m_png

const struct fsdata_file file_m_png[] = {{ file_index_html, data_m_png, data_m_png + 7, sizeof(data_m_png) - 7, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_manifest_json

const struct fsdata_file file_manifest_json[] = {{ NULL, data_manifest_json, data_manifest_json + 15, sizeof(data_manifest_json) - 15, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.

◆ file_timestamp_shtml

const struct fsdata_file file_timestamp_shtml[] = {{ file_m_png, data_timestamp_shtml, data_timestamp_shtml + 17, sizeof(data_timestamp_shtml) - 17, FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT}}

Definition at line 4825 of file html_data.c.