Skip to content

Commit dca232b

Browse files
committed
Iniciar contador de fervura, melhoria de interface, aviso de fervura
1 parent 9b00af6 commit dca232b

File tree

86 files changed

+591
-459
lines changed

Some content is hidden

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

86 files changed

+591
-459
lines changed

bin/firmware_1.0.09.bin

336 Bytes
Binary file not shown.

bin/spiffs_1.0.09.bin

0 Bytes
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.e2d3.js"></script><script src="/js/0.2e7e.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.2e7e.js.gz

-21.8 KB
Binary file not shown.

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

22 KB
Binary file not shown.

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

279 KB
Binary file not shown.

data/www/js/2.e2d3.js.gz

-279 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.e2d3.js"></script><script src="/js/0.2e7e.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>

interface/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/src/constants/Endpoints.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const RESUME_BREW = ENDPOINT_ROOT + "resumebrew"
2222
export const PAUSE_BREW = ENDPOINT_ROOT + "pausebrew"
2323
export const CHANGE_BOIL_PERCENTAGE = ENDPOINT_ROOT + "changeboilpercentage"
2424
export const START_BOIL = ENDPOINT_ROOT + "startboil"
25+
export const START_BOIL_COUNTER = ENDPOINT_ROOT + "startboilcounter"
2526
export const START_TUNING = ENDPOINT_ROOT + "starttuning"
2627
export const BREW_ENDPOINT = ENDPOINT_ROOT + 'brew';
2728
export const START_PUMP = ENDPOINT_ROOT + 'startpump';

0 commit comments

Comments
 (0)