mapid/.env

12 lines
197 B
Bash
Raw Normal View History

2023-10-27 00:19:10 +02:00
# Serial device
2023-10-15 18:02:09 +02:00
SERIAL_DEV="/dev/cu.usbserial-A700e0gN"
#SERIAL_DEV="/dev/ttyUSB0"
2023-10-27 00:19:10 +02:00
# Serial baud rate
SERIAL_SPEED=9600
#SERIAL_SPEED=19200
#SERIAL_SPEED=115200
# FIFO filename
FIFO="/tmp/mapid"