Browse Source
Merge pull request #1377 from recrof/t3s3-sx1276-fix
FIX: remove serial debug logging from t3s3 sx1276 companion usb
pull/1396/head
Liam Cottle
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
variants/lilygo_t3s3_sx1276/platformio.ini
|
|
@ -138,8 +138,6 @@ build_flags = |
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_CONTACTS=350 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
-D MESH_PACKET_LOGGING=1 |
|
|
|
|
|
-D MESH_DEBUG=1 |
|
|
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1276.build_src_filter} |
|
|
build_src_filter = ${LilyGo_T3S3_sx1276.build_src_filter} |
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|