Skip to content

Commit 4d6dd81

Browse files
authored
Merge pull request #33 from uncodead/performance_issue
Spanish
2 parents 33f9ae0 + 8fb0475 commit 4d6dd81

File tree

14 files changed

+194
-4
lines changed

14 files changed

+194
-4
lines changed

bin/spiffs_1.0.06.bin

-1000 KB
Binary file not shown.

bin/spiffs_1.0.07.bin

1000 KB
Binary file not shown.

data/www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>BrewUNO</title><link href="/css/2.0af1.c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.2170.js"></script><script src="/js/0.8c35.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>BrewUNO</title><link href="/css/2.0af1.c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.ce86.js"></script><script src="/js/0.cac8.js"></script></body></html>

data/www/js/0.8c35.js.gz

-20.7 KB
Binary file not shown.

data/www/js/0.cac8.js.gz

22 KB
Binary file not shown.

data/www/js/2.2170.js.gz

-330 KB
Binary file not shown.

data/www/js/2.ce86.js.gz

330 KB
Binary file not shown.

interface/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>BrewUNO</title><link href="/css/2.0af1.c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.2170.js"></script><script src="/js/0.8c35.js"></script></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="stylesheet" href="/css/roboto.css"><link rel="manifest" href="/app/manifest.json"><title>BrewUNO</title><link href="/css/2.0af1.c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="/js/1.b351.js"></script><script src="/js/2.ce86.js"></script><script src="/js/0.cac8.js"></script></body></html>

interface/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class App extends Component {
5757
super(props)
5858
this.child = React.createRef();
5959
ExecuteRestCall(BREW_SETTINGS_ENDPOINT, 'GET', json => {
60-
this.child.current.SetText(json.language)
60+
this.child.current.SetText(json.lg)
6161
})
6262
}
6363

0 commit comments

Comments
 (0)