mirror of
https://github.com/NanjingForestryUniversity/flower-control.git
synced 2025-11-08 18:23:56 +00:00
9 lines
202 B
Python
9 lines
202 B
Python
# picture directory
|
|
PICTURE_DIRECTORY = "./pictures"
|
|
|
|
# database location
|
|
DATABASE_LOCATION = "./monitoring.db"
|
|
|
|
# interval for taking pictures (in seconds)
|
|
PICTURE_INTERVAL = 600 # default 10 minutes
|