This commit is contained in:
Daniel Pollithy 2017-08-29 16:00:33 +02:00
parent f59b332181
commit d1eb91474a

View File

@ -7,7 +7,7 @@ BT_SLEEP = 0.01 # seconds
DISTANCE_SLEEP = 0.1
RSSI_DISTANCE = 20
MAX_RSSI_TRY_COUNT = 100
MAX_RSSI_TRY_COUNT = 10000
from subprocess import Popen, PIPE
import re