Update description
This commit is contained in:
parent
3da996d9ad
commit
93c33b196d
3 changed files with 14 additions and 14 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,9 +1,9 @@
|
|||
.pio
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
.vscode
|
||||
test
|
||||
.gitignore
|
||||
.pio
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
.vscode
|
||||
test
|
||||
.gitignore
|
||||
.travis.yml
|
||||
10
README.MD
10
README.MD
|
|
@ -22,11 +22,11 @@ TTGO-T-Beam
|
|||
| USER BUTTON | 36 | N/A |
|
||||
|
||||
## Power Control Channel
|
||||
| Modules | T_BEAM_V10 | T_BEAM_V07 |
|
||||
| ------- | ---------- | ---------- |
|
||||
| GPS | LDO3 | No supoort |
|
||||
| LORA | LDO2 | No supoort |
|
||||
| OLED | DCDC1 | No supoort |
|
||||
| Modules | T_BEAM_V10/V1.1 | T_BEAM_V07 |
|
||||
| ------- | --------------- | ---------- |
|
||||
| GPS | LDO3 | No supoort |
|
||||
| LORA | LDO2 | No supoort |
|
||||
| OLED | DCDC1 | No supoort |
|
||||
|
||||
|
||||
### Button Map
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#define BOARD_DEF_H
|
||||
|
||||
// #define T_BEAM_V07
|
||||
#define T_BEAM_V10
|
||||
#define T_BEAM_V10 //same v1.1 version
|
||||
|
||||
#define ENABLE_SSD1306
|
||||
#define ENABLE_GPS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue