Skip to content

Commit 3afb261

Browse files
author
github-actions
committed
Update prebuilt objects [skip actions]
1 parent e0e7e71 commit 3afb261

16 files changed

+21
-18
lines changed

components/wifi-manager/webapp/dist/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Binary file not shown.

components/wifi-manager/webapp/dist/js/index.1a3b6c.bundle.js renamed to components/wifi-manager/webapp/dist/js/index.997af2.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/wifi-manager/webapp/dist/js/index.1a3b6c.bundle.js.map renamed to components/wifi-manager/webapp/dist/js/index.997af2.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/wifi-manager/webapp/dist/js/node_vendors.1a3b6c.bundle.js renamed to components/wifi-manager/webapp/dist/js/node_vendors.997af2.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/wifi-manager/webapp/dist/js/node_vendors.1a3b6c.bundle.js.map renamed to components/wifi-manager/webapp/dist/js/node_vendors.997af2.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/wifi-manager/webapp/dist/src/js/test.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ declare function getStatus(): {};
4545
declare function getStatus(): {};
4646
declare function getStatus(): {};
4747
declare function getStatus(): {};
48+
declare function getStatus(): {};
49+
declare function getRadioButton(entry: any): string;
4850
declare function getRadioButton(entry: any): string;
4951
declare function getRadioButton(entry: any): string;
5052
declare function getRadioButton(entry: any): string;
@@ -139,6 +141,7 @@ declare function pushStatus(): void;
139141
declare function pushStatus(): void;
140142
declare function pushStatus(): void;
141143
declare function pushStatus(): void;
144+
declare function pushStatus(): void;
142145
declare let sd: {};
143146
declare let rf: boolean;
144147
declare function refreshStatus(): void;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
target_add_binary_data( __idf_wifi-manager webapp/dist/css/index.cd56ff129e3113d8cd3a.css.gz BINARY)
22
target_add_binary_data( __idf_wifi-manager webapp/dist/favicon-32x32.png BINARY)
33
target_add_binary_data( __idf_wifi-manager webapp/dist/index.html.gz BINARY)
4-
target_add_binary_data( __idf_wifi-manager webapp/dist/js/index.1a3b6c.bundle.js.gz BINARY)
5-
target_add_binary_data( __idf_wifi-manager webapp/dist/js/node_vendors.1a3b6c.bundle.js.gz BINARY)
4+
target_add_binary_data( __idf_wifi-manager webapp/dist/js/index.997af2.bundle.js.gz BINARY)
5+
target_add_binary_data( __idf_wifi-manager webapp/dist/js/node_vendors.997af2.bundle.js.gz BINARY)

components/wifi-manager/webapp/webpack.c

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ extern const uint8_t _favicon_32x32_png_start[] asm("_binary_favicon_32x32_png_s
66
extern const uint8_t _favicon_32x32_png_end[] asm("_binary_favicon_32x32_png_end");
77
extern const uint8_t _index_html_gz_start[] asm("_binary_index_html_gz_start");
88
extern const uint8_t _index_html_gz_end[] asm("_binary_index_html_gz_end");
9-
extern const uint8_t _index_1a3b6c_bundle_js_gz_start[] asm("_binary_index_1a3b6c_bundle_js_gz_start");
10-
extern const uint8_t _index_1a3b6c_bundle_js_gz_end[] asm("_binary_index_1a3b6c_bundle_js_gz_end");
11-
extern const uint8_t _node_vendors_1a3b6c_bundle_js_gz_start[] asm("_binary_node_vendors_1a3b6c_bundle_js_gz_start");
12-
extern const uint8_t _node_vendors_1a3b6c_bundle_js_gz_end[] asm("_binary_node_vendors_1a3b6c_bundle_js_gz_end");
9+
extern const uint8_t _index_997af2_bundle_js_gz_start[] asm("_binary_index_997af2_bundle_js_gz_start");
10+
extern const uint8_t _index_997af2_bundle_js_gz_end[] asm("_binary_index_997af2_bundle_js_gz_end");
11+
extern const uint8_t _node_vendors_997af2_bundle_js_gz_start[] asm("_binary_node_vendors_997af2_bundle_js_gz_start");
12+
extern const uint8_t _node_vendors_997af2_bundle_js_gz_end[] asm("_binary_node_vendors_997af2_bundle_js_gz_end");
1313
const char * resource_lookups[] = {
1414
"/css/index.cd56ff129e3113d8cd3a.css.gz",
1515
"/favicon-32x32.png",
1616
"/index.html.gz",
17-
"/js/index.1a3b6c.bundle.js.gz",
18-
"/js/node_vendors.1a3b6c.bundle.js.gz",
17+
"/js/index.997af2.bundle.js.gz",
18+
"/js/node_vendors.997af2.bundle.js.gz",
1919
""
2020
};
2121
const uint8_t * resource_map_start[] = {
2222
_index_cd56ff129e3113d8cd3a_css_gz_start,
2323
_favicon_32x32_png_start,
2424
_index_html_gz_start,
25-
_index_1a3b6c_bundle_js_gz_start,
26-
_node_vendors_1a3b6c_bundle_js_gz_start
25+
_index_997af2_bundle_js_gz_start,
26+
_node_vendors_997af2_bundle_js_gz_start
2727
};
2828
const uint8_t * resource_map_end[] = {
2929
_index_cd56ff129e3113d8cd3a_css_gz_end,
3030
_favicon_32x32_png_end,
3131
_index_html_gz_end,
32-
_index_1a3b6c_bundle_js_gz_end,
33-
_node_vendors_1a3b6c_bundle_js_gz_end
32+
_index_997af2_bundle_js_gz_end,
33+
_node_vendors_997af2_bundle_js_gz_end
3434
};

components/wifi-manager/webapp/webpack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************
22
webpack_headers
3-
dist/css/index.cd56ff129e3113d8cd3a.css.gz,dist/favicon-32x32.png,dist/index.html.gz,dist/js/index.1a3b6c.bundle.js.gz,dist/js/node_vendors.1a3b6c.bundle.js.gz
3+
dist/css/index.cd56ff129e3113d8cd3a.css.gz,dist/favicon-32x32.png,dist/index.html.gz,dist/js/index.997af2.bundle.js.gz,dist/js/node_vendors.997af2.bundle.js.gz
44
***********************************/
55
#pragma once
66
#include <inttypes.h>
947 Bytes
Binary file not shown.

server_certs/r2m01.cer.7

1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)