nicer name
This commit is contained in:
parent
5e9b04db6e
commit
afcb5e5828
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from requests.exceptions import RequestException, ConnectionError
|
||||||
# Constants
|
# Constants
|
||||||
SERIAL_PORT = '/dev/tty.usbserial-0001'
|
SERIAL_PORT = '/dev/tty.usbserial-0001'
|
||||||
BAUD_RATE = 9600
|
BAUD_RATE = 9600
|
||||||
TINANCE2_READER_IDENTIFIER = "TEST-READER-1"
|
TINANCE2_READER_IDENTIFIER = "CNC-READER-1"
|
||||||
TINANCE2_READER_ACCESS_KEY = "4f95166a-8a15-4963-bad8-35c7047b4269"
|
TINANCE2_READER_ACCESS_KEY = "4f95166a-8a15-4963-bad8-35c7047b4269"
|
||||||
API_BASE_URL = 'http://localhost:8000/accesscontrol/api/'
|
API_BASE_URL = 'http://localhost:8000/accesscontrol/api/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue