6 lines
84 B
Python
6 lines
84 B
Python
import os
|
|
|
|
BAUDRATE = 115200
|
|
|
|
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|