nicer name

This commit is contained in:
Matthew Frost 2023-11-01 00:20:39 +01:00
parent 5e9b04db6e
commit afcb5e5828

View file

@ -8,7 +8,7 @@ from requests.exceptions import RequestException, ConnectionError
# Constants
SERIAL_PORT = '/dev/tty.usbserial-0001'
BAUD_RATE = 9600
TINANCE2_READER_IDENTIFIER = "TEST-READER-1"
TINANCE2_READER_IDENTIFIER = "CNC-READER-1"
TINANCE2_READER_ACCESS_KEY = "4f95166a-8a15-4963-bad8-35c7047b4269"
API_BASE_URL = 'http://localhost:8000/accesscontrol/api/'