sforkowany z mirror/meshtastic-firmware
fix esp32 build
rodzic
05a0405709
commit
9d3ca0d0f9
|
@ -47,7 +47,8 @@
|
||||||
"memory_resource": "cpp",
|
"memory_resource": "cpp",
|
||||||
"optional": "cpp",
|
"optional": "cpp",
|
||||||
"string_view": "cpp",
|
"string_view": "cpp",
|
||||||
"cassert": "cpp"
|
"cassert": "cpp",
|
||||||
|
"iterator": "cpp"
|
||||||
},
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"Blox",
|
"Blox",
|
||||||
|
|
|
@ -3,7 +3,12 @@
|
||||||
## RAK815
|
## RAK815
|
||||||
|
|
||||||
TODO:
|
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
|
### Bootloader
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue