File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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
3246build_src_filter =
3347 +<*.cpp>
3448 +<helpers/*.cpp>
You can’t perform that action at this time.
0 commit comments