Some bug fixes
Former-commit-id: d282235d58ecb970ef1a7190ccaa592f097e1499
This commit is contained in:
parent
1949d11f99
commit
c99cedb2ad
4 changed files with 14 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue