update
This commit is contained in:
@@ -127,6 +127,14 @@ CREATE TABLE IF NOT EXISTS data_MPPT (
|
||||
)
|
||||
""")
|
||||
|
||||
# Create a table noise capture (NSRT mk4)
|
||||
cursor.execute("""
|
||||
CREATE TABLE IF NOT EXISTS data_NOISE (
|
||||
timestamp TEXT,
|
||||
current_LEQ REAL,
|
||||
DB_A_value REAL
|
||||
)
|
||||
""")
|
||||
|
||||
# Commit and close the connection
|
||||
conn.commit()
|
||||
|
||||
Reference in New Issue
Block a user