Browse Source
Merge pull request #187 from oltaco/rak-oled-pins
add defines for RAK OLED pins
pull/188/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
variants/rak4631/platformio.ini
|
|
|
@ -7,6 +7,9 @@ build_flags = ${nrf52840_base.build_flags} |
|
|
|
-I variants/rak4631 |
|
|
|
-D RAK_4631 |
|
|
|
-D PIN_USER_BTN=9 |
|
|
|
-D PIN_BOARD_SCL=14 |
|
|
|
-D PIN_BOARD_SDA=13 |
|
|
|
-D PIN_OLED_RESET=-1 |
|
|
|
-D RADIO_CLASS=CustomSX1262 |
|
|
|
-D WRAPPER_CLASS=CustomSX1262Wrapper |
|
|
|
-D LORA_TX_POWER=22 |
|
|
|
|