Skip to content

Commit 410db26

Browse files
committed
config.json: move DHU to developer options
Users were using this improperly.
1 parent 1d50b5b commit 410db26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@
6464
"typ": "string",
6565
"description": "Enable wired USB connection to phone (VID:PID should be specified, zero is wildcard and can be used for single or both fields)\nyou can obtain it e.g. using `lsusb` after connecting phone,\nand then use e.g. \"18d1:0\" which will handle specified phone vendor ID (Google Pixel in this example)"
6666
},
67-
"dhu": {
68-
"typ": "boolean",
69-
"description": "Use a Google Android Auto Desktop Head Unit emulator instead of real HU device (will listen on TCP 5277 port)"
70-
},
7167
"udc": {
7268
"typ": "string",
7369
"description": "UDC Controller name (used in special configurations)"
@@ -213,6 +209,10 @@
213209
{
214210
"title": "🧰 DEVELOPER OPTIONS",
215211
"values": {
212+
"dhu": {
213+
"typ": "boolean",
214+
"description": "Use a Google Android Auto Desktop Head Unit emulator instead of real HU device (will listen on TCP 5277 port). For usage without a real SBC!"
215+
},
216216
"eth_mode": {
217217
"typ": "string",
218218
"description": "Configure Ethernet mode (optional). Options:\n- `DHCP` (case-insensitive): dynamic IP assignment\n- Static IP: e.g. `192.168.100.1/24`\n- Leave blank to disable"

0 commit comments

Comments
 (0)