Skip to content

Commit 02f116d

Browse files
authored
Merge pull request #44 from uncodead/cache-cookie
Cache cookie
2 parents 539b378 + dca232b commit 02f116d

File tree

95 files changed

+1524
-1346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+1524
-1346
lines changed

MakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
build: | pull
44
platformio run
5-
cd interface;npm run build
5+
cd interface;npm install;npm run build
66
platformio run -v -t buildfs
77

88
uploadfs:

bin/firmware_1.0.08.bin

-438 KB
Binary file not shown.

bin/firmware_1.0.09.bin

438 KB
Binary file not shown.

bin/spiffs_1.0.08.bin

-1000 KB
Binary file not shown.

bin/spiffs_1.0.09.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.3d0f.js"></script><script src="/js/0.b635.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.474c.js"></script><script src="/js/0.989a.js"></script></body></html>

data/www/js/0.989a.js.gz

22 KB
Binary file not shown.

data/www/js/0.b635.js.gz

-21.7 KB
Binary file not shown.

data/www/js/2.3d0f.js.gz

-278 KB
Binary file not shown.

data/www/js/2.474c.js.gz

279 KB
Binary file not shown.

0 commit comments

Comments
 (0)