-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharduino_settings.json
More file actions
24 lines (24 loc) · 816 Bytes
/
Copy patharduino_settings.json
File metadata and controls
24 lines (24 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"baud": "115200",
"board_type": "Arduino Mega [1.8.6]",
"com_port": "/dev/cu.usbmodem13201",
"dns": "8.8.8.8",
"gateway": "192.168.1.1",
"ip": "192.168.1.195",
"last_modified": 1743992060.602893,
"last_update": 1743550544.418676,
"mac": "0xDE, 0xAD, 0xBE, 0xEF, 0xDE, 0xAD",
"mb_serial": false,
"mb_tcp": false,
"pwd": "password",
"serial_iface": "Serial",
"slaveid": "1",
"ssid": "",
"subnet": "255.255.255.0",
"tcp_iface": "WiFi",
"txpin": "-1",
"user_ain": "A0, A1, A2, A3, A4, A5, A6, A7",
"user_aout": "2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13",
"user_din": "62, 63, 64, 65, 66, 67, 68, 69, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52",
"user_dout": "14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53"
}