5x5bt (#4333)
* got bluetooth working * get rid of description on bluetooth * get rid of commented code used for testing * Update config.h
This commit is contained in:
parent
bdc72740cb
commit
80c04b2919
5 changed files with 47 additions and 20 deletions
|
@ -14,3 +14,9 @@ endif
|
|||
ifeq ($(strip $(PM)), yes)
|
||||
OPT_DEFS += -DPRO_MICRO
|
||||
endif
|
||||
|
||||
#use alternate settings for boards using "Adafruit Feather 32u4 Bluefruit LE" instead of Micro
|
||||
#example usage: make 5x5:wanleg BT=yes
|
||||
ifeq ($(strip $(BT)), yes)
|
||||
OPT_DEFS += -DBLUEFRUIT
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue