Some bug fixes

Former-commit-id: d282235d58ecb970ef1a7190ccaa592f097e1499
This commit is contained in:
Ziver Koc 2015-12-04 10:33:22 +01:00
parent 1949d11f99
commit c99cedb2ad
4 changed files with 14 additions and 8 deletions

View file

@ -35,7 +35,7 @@ public class TelstickSerialCommTest {
try {
db.exec("INSERT INTO sensor_data_raw (timestamp, sensor_id, data) VALUES("+
System.currentTimeMillis() + "," +
"0," +
"1," +
(int)((Oregon0x1A2D)protocol).getTemperature()
+")");
} catch (SQLException e) {