fix esp32 build

pull/275/head
geeksville 2020-07-10 18:46:33 -07:00
rodzic 05a0405709
commit 9d3ca0d0f9
3 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -47,7 +47,8 @@
"memory_resource": "cpp",
"optional": "cpp",
"string_view": "cpp",
"cassert": "cpp"
"cassert": "cpp",
"iterator": "cpp"
},
"cSpell.words": [
"Blox",

Wyświetl plik

@ -3,7 +3,12 @@
## RAK815
TODO:
This board has a TCXO, which is uncommon. For better RF performance it should be enabled P0.05 (RF95_TCXO) high. And then tell the RF95 to use it.
* P0.23 is for PABOOST? see page 2 in RAK813 sechematic P0.22 is for HF_RF_CPS? Look up datasheet for PE4259 Until this is fixed I bet the range is quite poor. DIO2 is not
controlling PABOOST on this board!
* i2c gps
* BLE link
* measure power draw
### Bootloader