You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/artisanlib/acaia.py
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ class ACAIA_TIMER(IntEnum):
236
236
237
237
HEARTBEAT_FREQUENCY:Final[int] =5# send the heartbeat every 5 sec
238
238
239
-
RELAY_STREAMING:Final[bool] =True# if set, configure Acaia relay (and COSMO) scales to streaming mode, otherwise they work in non-streaming mode reporting only weight changes
239
+
RELAY_STREAMING:Final[bool] =False# if set, configure Acaia relay (and COSMO) scales to streaming mode, otherwise they work in non-streaming mode reporting only weight changes
240
240
WEIGHT_ROUNDING:Final[bool] =False# if set, received weights are rounded to appropriate values based on scales readability
241
241
# rounding for scales with readability>1 (to 4g), no rounding otherwise
0 commit comments