mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-12 10:18:49 +01:00
DFU Mode bug fix
This commit is contained in:
parent
569edf281e
commit
0c8b8d30fa
BIN
Bin/devterm.kbd.0x10000_48mhz_0.4.bin
Normal file
BIN
Bin/devterm.kbd.0x10000_48mhz_0.4.bin
Normal file
Binary file not shown.
@ -44,6 +44,9 @@ void setup() {
|
||||
|
||||
HID.begin(*dev_term._Serial,reportDescription, sizeof(reportDescription));
|
||||
|
||||
pinMode(KEY3,OUTPUT);
|
||||
digitalWrite(KEY3,HIGH);
|
||||
|
||||
while(!USBComposite);//wait until usb port been plugged in to PC
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user