Update T3 factory
This commit is contained in:
parent
ca741589ce
commit
dbc4f72094
1 changed files with 5 additions and 0 deletions
|
|
@ -141,6 +141,11 @@ void setup()
|
|||
|
||||
delay(1000);
|
||||
|
||||
#ifdef RADIO_TCXO_ENABLE
|
||||
pinMode(RADIO_TCXO_ENABLE, OUTPUT);
|
||||
digitalWrite(RADIO_TCXO_ENABLE, HIGH);
|
||||
#endif
|
||||
|
||||
pinMode(BUTTON_PIN, INPUT_PULLUP);
|
||||
button.init(BUTTON_PIN);
|
||||
ButtonConfig *buttonConfig = button.getButtonConfig();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue