Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote fonts won't work #30

Open
beamzer opened this issue May 27, 2017 · 6 comments
Open

remote fonts won't work #30

beamzer opened this issue May 27, 2017 · 6 comments
Labels

Comments

@beamzer
Copy link

beamzer commented May 27, 2017

Hi Stefan,
The webserver on the esp8266 serves a skeleton.css file which contains remote fonts (raleway), but when i am connected to the esp i am not connected to the Internet anymore and the fonts won't load, resulting in delays to show the webpage. Could you remove those from the CSS?
I looked if i could do it myself, but the files are transcoded in hex.

thanks,
Ewald....

@spacehuhn
Copy link
Owner

Yeah I noticed that too.
I will update the webinterface completly as soon as I get some time to do it.

If you want to change the web-files yourself, I included a little converter to get the files small and in hex, see: https://github.com/spacehuhn/wifi_ducky/tree/master/esp8266_wifi_duck/html
Will also work with the CSS file.

@spacehuhn spacehuhn added the bug label May 27, 2017
@beamzer
Copy link
Author

beamzer commented May 27, 2017

this seems to do the trick, just removed all the remote font stuff in the first part of the skeleton.css file, debug mode on firefox confirms it.

const uint8_t data_skeletonCSS[] PROGMEM = { 0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x7b,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x72,0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x30,0x30,0x25,0x3b,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x39,0x36,0x30,0x70,0x78,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x30,0x20,0x32,0x30,0x70,0x78,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x30,0x30,0x25,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x28,0x6d,0x69,0x6e,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x34,0x30,0x30,0x70,0x78,0x29,0x7b,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x38,0x35,0x25,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x30,0x7d,0x7d,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x28,0x6d,0x69,0x6e,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x35,0x35,0x30,0x70,0x78,0x29,0x7b,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x38,0x30,0x25,0x7d,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x34,0x25,0x7d,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x2c,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x30,0x7d,0x2e,0x6f,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x34,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x74,0x77,0x6f,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x33,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x74,0x68,0x72,0x65,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x32,0x32,0x25,0x7d,0x2e,0x66,0x6f,0x75,0x72,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x33,0x30,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x66,0x69,0x76,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x33,0x39,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x73,0x69,0x78,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x34,0x38,0x25,0x7d,0x2e,0x73,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x35,0x36,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x65,0x69,0x67,0x68,0x74,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x36,0x35,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6e,0x69,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x37,0x34,0x2e,0x30,0x25,0x7d,0x2e,0x74,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x38,0x32,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x65,0x6c,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x39,0x31,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x74,0x77,0x65,0x6c,0x76,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x30,0x30,0x25,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x30,0x7d,0x2e,0x6f,0x6e,0x65,0x2d,0x74,0x68,0x69,0x72,0x64,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x33,0x30,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x74,0x77,0x6f,0x2d,0x74,0x68,0x69,0x72,0x64,0x73,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x36,0x35,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x6e,0x65,0x2d,0x68,0x61,0x6c,0x66,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x34,0x38,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x38,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x77,0x6f,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x77,0x6f,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x31,0x37,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x68,0x72,0x65,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x68,0x72,0x65,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x32,0x36,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x66,0x6f,0x75,0x72,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x66,0x6f,0x75,0x72,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x33,0x34,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x66,0x69,0x76,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x66,0x69,0x76,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x34,0x33,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x73,0x69,0x78,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x73,0x69,0x78,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x35,0x32,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x73,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x73,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x36,0x30,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x65,0x69,0x67,0x68,0x74,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x65,0x69,0x67,0x68,0x74,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x36,0x39,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6e,0x69,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6e,0x69,0x6e,0x65,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x37,0x38,0x2e,0x30,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x38,0x36,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x65,0x6c,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x65,0x6c,0x65,0x76,0x65,0x6e,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x39,0x35,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2d,0x74,0x68,0x69,0x72,0x64,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2d,0x74,0x68,0x69,0x72,0x64,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x33,0x34,0x2e,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x37,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x77,0x6f,0x2d,0x74,0x68,0x69,0x72,0x64,0x73,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x74,0x77,0x6f,0x2d,0x74,0x68,0x69,0x72,0x64,0x73,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x36,0x39,0x2e,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x33,0x25,0x7d,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2d,0x68,0x61,0x6c,0x66,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x2c,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x2d,0x62,0x79,0x2d,0x6f,0x6e,0x65,0x2d,0x68,0x61,0x6c,0x66,0x2e,0x63,0x6f,0x6c,0x75,0x6d,0x6e,0x73,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x35,0x32,0x25,0x7d,0x7d,0x68,0x74,0x6d,0x6c,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x36,0x32,0x2e,0x35,0x25,0x7d,0x62,0x6f,0x64,0x79,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x31,0x2e,0x35,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x36,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,0x69,0x67,0x68,0x74,0x3a,0x34,0x30,0x30,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x22,0x52,0x61,0x6c,0x65,0x77,0x61,0x79,0x22,0x2c,0x20,0x22,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x4e,0x65,0x75,0x65,0x22,0x2c,0x20,0x22,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x20,0x4e,0x65,0x75,0x65,0x22,0x2c,0x20,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x2c,0x20,0x41,0x72,0x69,0x61,0x6c,0x2c,0x20,0x73,0x61,0x6e,0x73,0x2d,0x73,0x65,0x72,0x69,0x66,0x3b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x32,0x32,0x32,0x7d,0x68,0x31,0x2c,0x68,0x32,0x2c,0x68,0x33,0x2c,0x68,0x34,0x2c,0x68,0x35,0x2c,0x68,0x36,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x30,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x32,0x72,0x65,0x6d,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,0x69,0x67,0x68,0x74,0x3a,0x33,0x30,0x30,0x7d,0x68,0x31,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x34,0x2e,0x30,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x32,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2d,0x2e,0x31,0x72,0x65,0x6d,0x7d,0x68,0x32,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x33,0x2e,0x36,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x32,0x35,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2d,0x2e,0x31,0x72,0x65,0x6d,0x7d,0x68,0x33,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x33,0x2e,0x30,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x33,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2d,0x2e,0x31,0x72,0x65,0x6d,0x7d,0x68,0x34,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x32,0x2e,0x34,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x33,0x35,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2d,0x2e,0x30,0x38,0x72,0x65,0x6d,0x7d,0x68,0x35,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x31,0x2e,0x38,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x35,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2d,0x2e,0x30,0x35,0x72,0x65,0x6d,0x7d,0x68,0x36,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x31,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x31,0x2e,0x36,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x30,0x7d,0x40,0x6d,0x65,0x64,0x69,0x61,0x20,0x28,0x6d,0x69,0x6e,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x35,0x35,0x30,0x70,0x78,0x29,0x7b,0x68,0x31,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x35,0x2e,0x30,0x72,0x65,0x6d,0x7d,0x68,0x32,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x34,0x2e,0x32,0x72,0x65,0x6d,0x7d,0x68,0x33,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x33,0x2e,0x36,0x72,0x65,0x6d,0x7d,0x68,0x34,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x33,0x2e,0x30,0x72,0x65,0x6d,0x7d,0x68,0x35,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x32,0x2e,0x34,0x72,0x65,0x6d,0x7d,0x68,0x36,0x7b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x31,0x2e,0x35,0x72,0x65,0x6d,0x7d,0x7d,0x70,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x30,0x7d,0x61,0x7b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x31,0x45,0x41,0x45,0x44,0x42,0x7d,0x61,0x3a,0x68,0x6f,0x76,0x65,0x72,0x7b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x30,0x46,0x41,0x30,0x43,0x45,0x7d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x7b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x33,0x38,0x70,0x78,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x30,0x20,0x32,0x35,0x70,0x78,0x3b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x35,0x35,0x35,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x31,0x31,0x70,0x78,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,0x69,0x67,0x68,0x74,0x3a,0x36,0x30,0x30,0x3b,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x33,0x38,0x70,0x78,0x3b,0x6c,0x65,0x74,0x74,0x65,0x72,0x2d,0x73,0x70,0x61,0x63,0x69,0x6e,0x67,0x3a,0x2e,0x31,0x72,0x65,0x6d,0x3b,0x74,0x65,0x78,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x75,0x70,0x70,0x65,0x72,0x63,0x61,0x73,0x65,0x3b,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x6e,0x6f,0x6e,0x65,0x3b,0x77,0x68,0x69,0x74,0x65,0x2d,0x73,0x70,0x61,0x63,0x65,0x3a,0x6e,0x6f,0x77,0x72,0x61,0x70,0x3b,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x74,0x72,0x61,0x6e,0x73,0x70,0x61,0x72,0x65,0x6e,0x74,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x34,0x70,0x78,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x62,0x62,0x62,0x3b,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x7b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x33,0x33,0x33,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x38,0x38,0x38,0x3b,0x6f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x3a,0x30,0x7d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x7b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x46,0x46,0x46,0x3b,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x33,0x33,0x43,0x33,0x46,0x30,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x33,0x33,0x43,0x33,0x46,0x30,0x7d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x68,0x6f,0x76,0x65,0x72,0x2c,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,0x62,0x6d,0x69,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x65,0x73,0x65,0x74,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x5d,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2d,0x70,0x72,0x69,0x6d,0x61,0x72,0x79,0x3a,0x66,0x6f,0x63,0x75,0x73,0x7b,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x46,0x46,0x46,0x3b,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x31,0x45,0x41,0x45,0x44,0x42,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x31,0x45,0x41,0x45,0x44,0x42,0x7d,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x65,0x6d,0x61,0x69,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x6e,0x75,0x6d,0x62,0x65,0x72,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x65,0x61,0x72,0x63,0x68,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x75,0x72,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x5d,0x2c,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x2c,0x73,0x65,0x6c,0x65,0x63,0x74,0x7b,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x33,0x38,0x70,0x78,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x36,0x70,0x78,0x20,0x31,0x30,0x70,0x78,0x3b,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x66,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x44,0x31,0x44,0x31,0x44,0x31,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x34,0x70,0x78,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x68,0x61,0x64,0x6f,0x77,0x3a,0x6e,0x6f,0x6e,0x65,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x65,0x6d,0x61,0x69,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x6e,0x75,0x6d,0x62,0x65,0x72,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x65,0x61,0x72,0x63,0x68,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x75,0x72,0x6c,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x5d,0x2c,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x7b,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x70,0x70,0x65,0x61,0x72,0x61,0x6e,0x63,0x65,0x3a,0x6e,0x6f,0x6e,0x65,0x3b,0x2d,0x6d,0x6f,0x7a,0x2d,0x61,0x70,0x70,0x65,0x61,0x72,0x61,0x6e,0x63,0x65,0x3a,0x6e,0x6f,0x6e,0x65,0x3b,0x61,0x70,0x70,0x65,0x61,0x72,0x61,0x6e,0x63,0x65,0x3a,0x6e,0x6f,0x6e,0x65,0x7d,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x7b,0x6d,0x69,0x6e,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x36,0x35,0x70,0x78,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x74,0x6f,0x70,0x3a,0x36,0x70,0x78,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x36,0x70,0x78,0x7d,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x65,0x6d,0x61,0x69,0x6c,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x6e,0x75,0x6d,0x62,0x65,0x72,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x65,0x61,0x72,0x63,0x68,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x6c,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x75,0x72,0x6c,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x22,0x5d,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x73,0x65,0x6c,0x65,0x63,0x74,0x3a,0x66,0x6f,0x63,0x75,0x73,0x7b,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x33,0x33,0x43,0x33,0x46,0x30,0x3b,0x6f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x3a,0x30,0x7d,0x6c,0x61,0x62,0x65,0x6c,0x2c,0x6c,0x65,0x67,0x65,0x6e,0x64,0x7b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,0x69,0x67,0x68,0x74,0x3a,0x36,0x30,0x30,0x7d,0x66,0x69,0x65,0x6c,0x64,0x73,0x65,0x74,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x30,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x30,0x7d,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x63,0x68,0x65,0x63,0x6b,0x62,0x6f,0x78,0x22,0x5d,0x2c,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,0x70,0x65,0x3d,0x22,0x72,0x61,0x64,0x69,0x6f,0x22,0x5d,0x7b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x7d,0x6c,0x61,0x62,0x65,0x6c,0x20,0x3e,0x20,0x2e,0x6c,0x61,0x62,0x65,0x6c,0x2d,0x62,0x6f,0x64,0x79,0x7b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,0x69,0x67,0x68,0x74,0x3a,0x6e,0x6f,0x72,0x6d,0x61,0x6c,0x7d,0x75,0x6c,0x7b,0x6c,0x69,0x73,0x74,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a,0x63,0x69,0x72,0x63,0x6c,0x65,0x20,0x69,0x6e,0x73,0x69,0x64,0x65,0x7d,0x6f,0x6c,0x7b,0x6c,0x69,0x73,0x74,0x2d,0x73,0x74,0x79,0x6c,0x65,0x3a,0x64,0x65,0x63,0x69,0x6d,0x61,0x6c,0x20,0x69,0x6e,0x73,0x69,0x64,0x65,0x7d,0x6f,0x6c,0x2c,0x75,0x6c,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x30,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x30,0x7d,0x75,0x6c,0x20,0x75,0x6c,0x2c,0x75,0x6c,0x20,0x6f,0x6c,0x2c,0x6f,0x6c,0x20,0x6f,0x6c,0x2c,0x6f,0x6c,0x20,0x75,0x6c,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x31,0x2e,0x35,0x72,0x65,0x6d,0x20,0x30,0x20,0x31,0x2e,0x35,0x72,0x65,0x6d,0x20,0x33,0x72,0x65,0x6d,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x39,0x30,0x25,0x7d,0x6c,0x69,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x72,0x65,0x6d,0x7d,0x63,0x6f,0x64,0x65,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x2e,0x32,0x72,0x65,0x6d,0x20,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x30,0x20,0x2e,0x32,0x72,0x65,0x6d,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x39,0x30,0x25,0x3b,0x77,0x68,0x69,0x74,0x65,0x2d,0x73,0x70,0x61,0x63,0x65,0x3a,0x6e,0x6f,0x77,0x72,0x61,0x70,0x3b,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x23,0x46,0x31,0x46,0x31,0x46,0x31,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x45,0x31,0x45,0x31,0x45,0x31,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x34,0x70,0x78,0x7d,0x70,0x72,0x65,0x20,0x3e,0x20,0x63,0x6f,0x64,0x65,0x7b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x31,0x72,0x65,0x6d,0x20,0x31,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x77,0x68,0x69,0x74,0x65,0x2d,0x73,0x70,0x61,0x63,0x65,0x3a,0x70,0x72,0x65,0x7d,0x74,0x68,0x2c,0x74,0x64,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x31,0x32,0x70,0x78,0x20,0x31,0x35,0x70,0x78,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x6c,0x65,0x66,0x74,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x45,0x31,0x45,0x31,0x45,0x31,0x7d,0x74,0x68,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x2c,0x74,0x64,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x30,0x7d,0x74,0x68,0x3a,0x6c,0x61,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x2c,0x74,0x64,0x3a,0x6c,0x61,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x7b,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x30,0x7d,0x62,0x75,0x74,0x74,0x6f,0x6e,0x2c,0x2e,0x62,0x75,0x74,0x74,0x6f,0x6e,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x72,0x65,0x6d,0x7d,0x69,0x6e,0x70,0x75,0x74,0x2c,0x74,0x65,0x78,0x74,0x61,0x72,0x65,0x61,0x2c,0x73,0x65,0x6c,0x65,0x63,0x74,0x2c,0x66,0x69,0x65,0x6c,0x64,0x73,0x65,0x74,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x31,0x2e,0x35,0x72,0x65,0x6d,0x7d,0x70,0x72,0x65,0x2c,0x62,0x6c,0x6f,0x63,0x6b,0x71,0x75,0x6f,0x74,0x65,0x2c,0x64,0x6c,0x2c,0x66,0x69,0x67,0x75,0x72,0x65,0x2c,0x74,0x61,0x62,0x6c,0x65,0x2c,0x70,0x2c,0x75,0x6c,0x2c,0x6f,0x6c,0x2c,0x66,0x6f,0x72,0x6d,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x32,0x2e,0x35,0x72,0x65,0x6d,0x7d,0x2e,0x75,0x2d,0x66,0x75,0x6c,0x6c,0x2d,0x77,0x69,0x64,0x74,0x68,0x7b,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x30,0x30,0x25,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x2e,0x75,0x2d,0x6d,0x61,0x78,0x2d,0x66,0x75,0x6c,0x6c,0x2d,0x77,0x69,0x64,0x74,0x68,0x7b,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x31,0x30,0x30,0x25,0x3b,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x7d,0x2e,0x75,0x2d,0x70,0x75,0x6c,0x6c,0x2d,0x72,0x69,0x67,0x68,0x74,0x7b,0x66,0x6c,0x6f,0x61,0x74,0x3a,0x72,0x69,0x67,0x68,0x74,0x7d,0x2e,0x75,0x2d,0x70,0x75,0x6c,0x6c,0x2d,0x6c,0x65,0x66,0x74,0x7b,0x66,0x6c,0x6f,0x61,0x74,0x3a,0x6c,0x65,0x66,0x74,0x7d,0x68,0x72,0x7b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x33,0x72,0x65,0x6d,0x3b,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x33,0x2e,0x35,0x72,0x65,0x6d,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x30,0x3b,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x31,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x45,0x31,0x45,0x31,0x45,0x31,0x7d,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x3a,0x61,0x66,0x74,0x65,0x72,0x2c,0x2e,0x72,0x6f,0x77,0x3a,0x61,0x66,0x74,0x65,0x72,0x2c,0x2e,0x75,0x2d,0x63,0x66,0x7b,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x22,0x22,0x3b,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x74,0x61,0x62,0x6c,0x65,0x3b,0x63,0x6c,0x65,0x61,0x72,0x3a,0x62,0x6f,0x74,0x68,0x7d };

@supersjimmie
Copy link

supersjimmie commented Aug 18, 2017

@beamzer or @spacehuhn can you confirm that this modified skeleton fixes the issue?
I have my hardware built-in and I am currently using an esp01 which cannot be updated via the web-interface. So making a change needs opening my device and re-wiring the serial etcetera. So I would like to know this "for sure" before going through this change...

@supersjimmie
Copy link

Found some time to do it, and it seems to be working!

@Mr-iX
Copy link
Contributor

Mr-iX commented Aug 28, 2017

Could you please test if the Pull Request #64 fixes the issue for you?

@careyer
Copy link

careyer commented Aug 31, 2017

@Mr-iX: Yeahii seems to work! ;-) The different pages now also load nicely on a mobile phone without internet connection! Unfortunatly I had to desolder my Wifi Ducky in order to reflash the ESP8266... flashing via the Webinterface did somehow not work (can someone please decribe how that is supposed to work? Do I need to put GPIO_0 to LOW? At what time (boot time, just short it out to GND briefly?)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants