match changes to other nrf52 boards, add pin definitions to platformio.ini

This commit is contained in:
taco 2025-03-17 13:51:26 +11:00
parent f671b753da
commit 6a78cfd00d
2 changed files with 6 additions and 3 deletions

View file

@ -1048,6 +1048,9 @@ build_flags = ${nrf52840_base.build_flags}
-D SX126X_CURRENT_LIMIT=130
-D SX126X_RX_BOOSTED_GAIN=1
-D DISPLAY_CLASS=SSD1306Display
-D PIN_BOARD_SCL=7
-D PIN_BOARD_SDA=8
-D PIN_OLED_RESET=-1
-D PIN_USER_BTN=6
lib_deps=
${nrf52840_base.lib_deps}