mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
Oh thank you OFW for your immense wisdom of shuffling code FOR NO REASON Was it so difficult to add A SINGLE BOOL to lock with PIN or not?????
This commit is contained in:
+4
-1
@@ -48,7 +48,10 @@ sources += Glob(
|
||||
)
|
||||
sources += Glob(
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/*_tl*.c",
|
||||
exclude="stm32wb_copro/wpan/interface/patterns/ble_thread/tl/shci_tl_if.c",
|
||||
exclude=[
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/hci_tl_if.c",
|
||||
"stm32wb_copro/wpan/interface/patterns/ble_thread/tl/shci_tl_if.c",
|
||||
],
|
||||
source=True,
|
||||
)
|
||||
sources += [
|
||||
|
||||
Reference in New Issue
Block a user