Fix WAIT_FOR_USB handling (#23598)
This commit is contained in:
parent
c8ceda461a
commit
16cca527a6
14 changed files with 27 additions and 14 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"usb": {
|
||||
"vid": "0x666B",
|
||||
"pid": "0x7273",
|
||||
"device_version": "0.0.1"
|
||||
"device_version": "0.0.1",
|
||||
"wait_for_enumeration": true
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
WAIT_FOR_USB = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue