Browse Source
Merge pull request #316 from recrof/dev
lilygo tbeam sx1276, tbeam supreme: added SX12XX_CURRENT_LIMIT
pull/318/head
ripplebiz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
variants/lilygo_tbeam/platformio.ini
-
variants/lilygo_tbeam_supreme_SX1262/platformio.ini
|
|
|
@ -7,6 +7,7 @@ build_flags = |
|
|
|
-D LILYGO_TBEAM |
|
|
|
-D RADIO_CLASS=CustomSX1276 |
|
|
|
-D WRAPPER_CLASS=CustomSX1276Wrapper |
|
|
|
-D SX127X_CURRENT_LIMIT=120 |
|
|
|
-D LORA_TX_POWER=20 |
|
|
|
-D P_LORA_TX_LED=4 |
|
|
|
-D PIN_BOARD_SDA=21 |
|
|
|
@ -31,8 +32,6 @@ build_flags = |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
; -D RADIOLIB_DEBUG_BASIC=1 |
|
|
|
; -D ENABLE_PRIVATE_KEY_IMPORT=1 |
|
|
|
; -D ENABLE_PRIVATE_KEY_EXPORT=1 |
|
|
|
|
|
|
|
@ -12,6 +12,7 @@ build_flags = |
|
|
|
-D WRAPPER_CLASS=CustomSX1262Wrapper |
|
|
|
;-D DISPLAY_CLASS=SSD1306Display ;Needs to be modified for SH1106 |
|
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
|
-D SX126X_CURRENT_LIMIT=140 |
|
|
|
build_src_filter = ${esp32_base.build_src_filter} |
|
|
|
+<../variants/lilygo_tbeam_supreme_SX1262> |
|
|
|
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit |
|
|
|
|