index
:
coffeetemp
master
WiFi-enabled beverage temperature sensor
Gediminas Jakutis
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
server: fix an off-by-one error.
Gediminas Jakutis
2018-05-08
1
-1
/
+1
|
*
server: add an initial GTK UI front-end.
Gediminas Jakutis
2018-05-08
7
-13
/
+337
|
*
server: fix a copy-paste error.
Gediminas Jakutis
2018-05-07
1
-1
/
+1
|
*
server: initial work on command line argument handling.
Gediminas Jakutis
2018-05-07
2
-9
/
+77
|
*
server: major refactor with preparations for switchable UIs.
Gediminas Jakutis
2018-05-06
9
-120
/
+411
|
*
server: update copyright notices.
Gediminas Jakutis
2018-05-06
3
-3
/
+3
|
*
server: separate networking code into its own thread[s].
Gediminas Jakutis
2018-05-05
3
-73
/
+151
|
*
tempmodule: wifi logic improvements.
Gediminas Jakutis
2018-05-02
1
-9
/
+28
|
*
tempmodule: report error state by turning on all temperatre LEDs.
Gediminas Jakutis
2018-04-27
2
-10
/
+12
|
*
server: fix an offset error.
Gediminas Jakutis
2018-04-27
2
-7
/
+8
|
*
tempmodule: add smoothing of temp readings.
Gediminas Jakutis
2018-04-27
1
-0
/
+39
|
*
various minor improvements.
Gediminas Jakutis
2018-04-27
7
-25
/
+80
|
*
tempmodule: use a 10k resistor to reduce wastage.
Gediminas Jakutis
2018-04-20
1
-1
/
+1
|
*
server: split away networking code.
Gediminas Jakutis
2018-04-17
3
-68
/
+208
|
*
update copyright notices.
Gediminas Jakutis
2018-02-23
6
-3
/
+83
|
*
tempmodule: not even close to overflowing, swtich 64b -> 32b.
Gediminas Jakutis
2018-02-16
2
-5
/
+2
|
*
tempmodule: fix a misplaced comment.
Gediminas Jakutis
2018-02-15
1
-5
/
+5
|
*
tempmodule: don't fall asleep if send fails, turn off WiFi instead.
Gediminas Jakutis
2018-02-15
1
-10
/
+3
|
*
tempmodule: the iled is actually off when the pin is HIGH, not LOW, who ↵
Gediminas Jakutis
2018-02-15
1
-2
/
+3
|
|
|
|
could have guessed?
*
tempmodule: allow interrupting a WiFi connect attempt.
Gediminas Jakutis
2018-02-15
1
-5
/
+12
|
*
tempmodule: reduce power draw by not using the iled all the time.
Gediminas Jakutis
2018-02-15
1
-1
/
+1
|
*
tempmodule: make the WiFi off by default and togglable with a button interrupt.
Gediminas Jakutis
2018-02-15
1
-17
/
+86
|
*
tempmodule: add include guards in the headers.
Gediminas Jakutis
2018-02-13
2
-0
/
+10
|
*
tempmodule: split off temperature-related functions.
Gediminas Jakutis
2018-02-12
3
-69
/
+82
|
*
tempmodule: use a hardcoded value after all, for compatibility reasons.
Gediminas Jakutis
2018-02-12
1
-1
/
+1
|
*
tempmodule: fix off by 1 error.
Gediminas Jakutis
2018-02-12
1
-1
/
+1
|
*
tempmodule: implement indicator leds.
Gediminas Jakutis
2018-02-12
3
-0
/
+103
|
*
tempmodule: fix resistance reading on high temps.
Gediminas Jakutis
2018-02-11
1
-1
/
+1
|
*
remove useless MPU-6050 temp reading support.
Gediminas Jakutis
2018-02-11
2
-58
/
+9
|
*
tempmodule: use pin name instead of GPIO number.
Gediminas Jakutis
2018-02-10
1
-1
/
+1
|
*
enable thermistor temperature reading.
Gediminas Jakutis
2018-02-10
2
-7
/
+13
|
*
tempmodule: fix reference voltage.
Gediminas Jakutis
2018-02-10
1
-3
/
+6
|
*
tempmodule: fix resistance lookup.
Gediminas Jakutis
2018-02-10
1
-3
/
+4
|
*
tempmodule: fix indentation.
Gediminas Jakutis
2018-02-10
1
-1
/
+1
|
*
tempmodule: fixed missing colon.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: we are dealing with Cpp here, technically.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: these are no longer structs.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: fix variable name spelling.
Gediminas Jakutis
2018-02-09
1
-1
/
+1
|
*
tempmodule: fix resistence table.
Gediminas Jakutis
2018-02-09
1
-4
/
+4
|
*
tempmodule: indentation fixes, comments.
Gediminas Jakutis
2018-02-08
1
-4
/
+9
|
*
tempmodule: add the logic to calculate voltages and temps.
Gediminas Jakutis
2018-02-08
1
-0
/
+65
|
*
tempmodule: avoid harmful code elimination for real this time.
Gediminas Jakutis
2018-02-01
1
-12
/
+3
|
*
try harder to avoid undesired dead code elimination.
Gediminas Jakutis
2018-01-26
1
-3
/
+3
|
*
fix a sizeof.
Gediminas Jakutis
2018-01-25
1
-1
/
+1
|
*
initial commit.
Gediminas Jakutis
2018-01-25
2
-0
/
+378