Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorあく <alleteam@gmail.com>2021-12-23 19:24:09 +0300
committerGitHub <noreply@github.com>2021-12-23 19:24:09 +0300
commit0c7a38b99fcf51c0733e080b71d613926cb787c1 (patch)
tree670d8824a7c951c765b6f319aae9ae7303f14226 /Makefile
parent9e62f08e4d6805e01a08f4def2bf4611d920046c (diff)
[FL-2156] Switch to smaller radio stack. (#923)
* Switch to smaller radio stack. BleGlue: update params to match new stack. Update scripts * Git: set eol to lf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 062f10a3..41bb98ae 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ endif
.PHONY: flash_radio
flash_radio:
- @$(PROJECT_ROOT)/scripts/flash.py core2radio 0x080C7000 $(COPRO_DIR)/stm32wb5x_BLE_Stack_full_fw.bin
+ @$(PROJECT_ROOT)/scripts/flash.py core2radio 0x080D7000 $(COPRO_DIR)/stm32wb5x_BLE_Stack_light_fw.bin
@$(PROJECT_ROOT)/scripts/ob.py set
.PHONY: flash_radio_fus