Implemented platform specific stuff
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -17,6 +17,7 @@ RELEASEMODE = os.environ.get("RELEASEMODE", "dev")
|
||||
DEVICE_ID = os.environ.get("DEVICE_ID", "devraspi")
|
||||
|
||||
TICK_INTERVAL = float(os.environ.get("TICK_INTERVAL", 0.4))
|
||||
SAMPLE_LENGTH = float(os.environ.get("SAMPLE_LENGTH", 1))
|
||||
|
||||
|
||||
TARGET_NAME = os.environ.get("TARGET_CLASS_NAME")
|
||||
|
Reference in New Issue
Block a user