kopia lustrzana https://github.com/OpenRTX/OpenRTX
Fixed external microphone sticky PTT button on MD-UV380
rodzic
f286245f4f
commit
c69c2be478
|
@ -42,7 +42,7 @@ void platform_init()
|
|||
gpio_setMode(RED_LED, OUTPUT);
|
||||
|
||||
gpio_setMode(PTT_SW, INPUT_PULL_UP);
|
||||
gpio_setMode(PTT_EXT, INPUT);
|
||||
gpio_setMode(PTT_EXT, INPUT_PULL_UP);
|
||||
|
||||
/*
|
||||
* Initialise ADC1, for vbat, RSSI, ...
|
||||
|
|
Ładowanie…
Reference in New Issue