+ self
This commit is contained in:
parent
f71a9e4fa0
commit
fe4ecafe59
2 changed files with 2 additions and 8 deletions
|
@ -89,7 +89,7 @@ def pg_wait_for_pkg(conns, callback):
|
||||||
|
|
||||||
|
|
||||||
class DB(object):
|
class DB(object):
|
||||||
def __init__(query):
|
def __init__(self, query):
|
||||||
self.query = query
|
self.query = query
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
|
@ -54,7 +54,7 @@ float tmp;
|
||||||
int loudnesses[LOUDNESS_AVG];
|
int loudnesses[LOUDNESS_AVG];
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
signal_loop_start();
|
// signal_loop_start();
|
||||||
|
|
||||||
/* if(hasWater(WATER_SENSOR_PIN)) { */
|
/* if(hasWater(WATER_SENSOR_PIN)) { */
|
||||||
/* debugSerial.println("Having water"); */
|
/* debugSerial.println("Having water"); */
|
||||||
|
@ -112,9 +112,3 @@ hex: 3030303441333042
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* temp / humidity code (not functional)
|
/* temp / humidity code (not functional)
|
||||||
|
|
||||||
/* humid / temperature */
|
|
||||||
/*
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue