barebone app with django and react, sse, jwt token, comport reader, test comport writer, requires com0com, users with groups, sample table vehicles, tokens for access and refresh
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# COM Port Test Writer configuration
|
||||
COM_PORT=COM1
|
||||
BAUD_RATE=9600
|
||||
TIMEOUT=1
|
||||
|
||||
# Test Data Settings
|
||||
WRITE_INTERVAL=1.0
|
||||
TEST_DATA_TYPE=scales
|
||||
|
||||
# Scales data settings
|
||||
SCALES_MIN=0
|
||||
SCALES_MAX=100
|
||||
SCALES_INCREMENT=0.5
|
||||
|
||||
# Debug
|
||||
DEBUG=True
|
||||
Reference in New Issue
Block a user