Skip to content

Commit 3d70a0d

Browse files
author
Scott Powell
committed
* added RADIOLIB_EXLUDE_'s for faster builds
1 parent 3d2404f commit 3d70a0d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

platformio.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1
2929
-D LORA_SF=11
3030
-D ENABLE_PRIVATE_KEY_IMPORT=1 ; NOTE: comment these out for more secure firmware
3131
-D ENABLE_PRIVATE_KEY_EXPORT=1
32+
-D RADIOLIB_EXCLUDE_CC1101=1
33+
-D RADIOLIB_EXCLUDE_RF69=1
34+
-D RADIOLIB_EXCLUDE_SX1231=1
35+
-D RADIOLIB_EXCLUDE_SI443X=1
36+
-D RADIOLIB_EXCLUDE_RFM2X=1
37+
-D RADIOLIB_EXCLUDE_SX128X=1
38+
-D RADIOLIB_EXCLUDE_AFSK=1
39+
-D RADIOLIB_EXCLUDE_AX25=1
40+
-D RADIOLIB_EXCLUDE_HELLSCHREIBER=1
41+
-D RADIOLIB_EXCLUDE_MORSE=1
42+
-D RADIOLIB_EXCLUDE_APRS=1
43+
-D RADIOLIB_EXCLUDE_BELL=1
44+
-D RADIOLIB_EXCLUDE_RTTY=1
45+
-D RADIOLIB_EXCLUDE_SSTV=1
3246
build_src_filter =
3347
+<*.cpp>
3448
+<helpers/*.cpp>

0 commit comments

Comments
 (0)