Browse Source
Merge pull request #264 from recrof/patch-1
tbeam supreme companion: raise channels to 8
pull/273/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
2 additions and
2 deletions
-
variants/lilygo_tbeam_supreme_SX1262/platformio.ini
|
|
|
@ -58,7 +58,7 @@ extends = T_Beam_S3_Supreme_SX1262 |
|
|
|
build_flags = |
|
|
|
${T_Beam_S3_Supreme_SX1262.build_flags} |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=1 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D BLE_PIN_CODE=123456 |
|
|
|
-D BLE_DEBUG_LOGGING=1 |
|
|
|
; -D ENABLE_PRIVATE_KEY_IMPORT=1 |
|
|
|
@ -70,4 +70,4 @@ build_src_filter = ${T_Beam_S3_Supreme_SX1262.build_src_filter} |
|
|
|
+<../examples/companion_radio> |
|
|
|
lib_deps = |
|
|
|
${T_Beam_S3_Supreme_SX1262.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|