1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

config submodule - follow master (#14175)

This commit is contained in:
Petr Ledvina 2025-01-17 18:34:57 +01:00 committed by GitHub
parent cec5d00bbf
commit 9168569d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

1
.gitmodules vendored
View file

@ -1,3 +1,4 @@
[submodule "config"]
path = src/config
url = https://github.com/betaflight/config.git
branch = master

View file

@ -52,7 +52,7 @@ endif #config
.PHONY: configs
configs:
ifeq ($(shell realpath $(CONFIG_DIR)),$(shell realpath $(CONFIGS_SUBMODULE_DIR)))
git submodule update --init -- $(CONFIGS_SUBMODULE_DIR)
git submodule update --init --remote -- $(CONFIGS_SUBMODULE_DIR)
else
ifeq ($(wildcard $(CONFIG_DIR)),)
@echo "Hydrating clone for configs: $(CONFIG_DIR)"

@ -1 +1 @@
Subproject commit b0f3ab0cc91f80ab930d599da03446f8c54feb8c
Subproject commit d6644d10a62c706075aa5ae328f4e553e620e0a5