start repository
This commit is contained in:
45
settings.json
Normal file
45
settings.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"connection": {
|
||||
"com_port": "COM1 (Port komunikacyjny, (Standardowe typy port\u00f3w))",
|
||||
"baudrate": "19200",
|
||||
"data_bits": "8",
|
||||
"stop_bits": "OneStop",
|
||||
"parity": "NoParity"
|
||||
},
|
||||
"fonts": {
|
||||
"terminal": {
|
||||
"font_family": "Segoe UI",
|
||||
"font_size": "10",
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": false,
|
||||
"fg_color": [
|
||||
255,
|
||||
255,
|
||||
255,
|
||||
255
|
||||
],
|
||||
"bg_color": [
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
255
|
||||
]
|
||||
},
|
||||
"echo": {
|
||||
"enable": true,
|
||||
"font_family": "Segoe UI",
|
||||
"font_size": "10",
|
||||
"bold": false,
|
||||
"italic": false,
|
||||
"underline": true,
|
||||
"fg_color": [
|
||||
255,
|
||||
255,
|
||||
11,
|
||||
255
|
||||
]
|
||||
}
|
||||
},
|
||||
"display": {}
|
||||
}
|
||||
Reference in New Issue
Block a user