Browse Source

Removed antena switch pin for L073RZ

master
Anthony Hinsinger 7 years ago
parent
commit
fca0241c2d
  1. 3
      mbed_app.json

3
mbed_app.json

@ -61,6 +61,7 @@ @@ -61,6 +61,7 @@
"main_stack_size": 1024,
"target.lpticker_lptim": 0,
"target.clock_source": "USE_PLL_HSI",
"sx1272-lora-driver.radio-variant": "SX1272MB2XAS",
"lora-radio": "SX1272",
"lora-spi-mosi": "D11",
"lora-spi-miso": "D12",
@ -77,7 +78,7 @@ @@ -77,7 +78,7 @@
"lora-rf-switch-ctl2": "NC",
"lora-txctl": "NC",
"lora-rxctl": "NC",
"lora-ant-switch": "A4",
"lora-ant-switch": "NC",
"lora-pwr-amp-ctl": "NC",
"lora-tcxo": "NC",
"battery-enabled": true,

Loading…
Cancel
Save