diff --git a/python/lorautil.py b/python/lorautil.py index bde5684..118e835 100644 --- a/python/lorautil.py +++ b/python/lorautil.py @@ -89,7 +89,7 @@ def pg_wait_for_pkg(conns, callback): class DB(object): - def __init__(query): + def __init__(self, query): self.query = query @classmethod diff --git a/sodaq_one/sodaq_one.ino b/sodaq_one/sodaq_one.ino index f65e208..90953b5 100644 --- a/sodaq_one/sodaq_one.ino +++ b/sodaq_one/sodaq_one.ino @@ -54,7 +54,7 @@ float tmp; int loudnesses[LOUDNESS_AVG]; void loop() { - signal_loop_start(); + // signal_loop_start(); /* if(hasWater(WATER_SENSOR_PIN)) { */ /* debugSerial.println("Having water"); */ @@ -112,9 +112,3 @@ hex: 3030303441333042 */ /* temp / humidity code (not functional) - -/* humid / temperature */ -/* - - -*/