mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Fix T-Beam Supreme OLED address
Set the LilyGO T-Beam Supreme SH1106 display address to 0x3D so the companion firmware renders correctly on tested hardware. Also ignore all local .platformio* directories to keep generated PlatformIO caches and packages out of git status.
This commit is contained in:
parent
be780491ac
commit
f4d1eccb4c
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -17,3 +17,5 @@ compile_commands.json
|
|||
.venv/
|
||||
venv/
|
||||
platformio.local.ini
|
||||
.platformio/
|
||||
.platformio*/
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ build_flags =
|
|||
-D RADIO_CLASS=CustomSX1262
|
||||
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
||||
-D DISPLAY_CLASS=SH1106Display
|
||||
-D DISPLAY_ADDRESS=0x3D
|
||||
-D LORA_TX_POWER=22
|
||||
-D P_LORA_TX_LED=6
|
||||
-D PIN_BOARD_SDA=17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue