From c878aa85b8aa733a93644af4887d47b651ca60f4 Mon Sep 17 00:00:00 2001 From: WillyJL Date: Mon, 6 Oct 2025 19:58:26 +0200 Subject: [PATCH] API: Catalog now matches release channel not release-candidate --- .github/workflows/build.yml | 6 +++--- targets/f18/api_symbols.csv | 2 +- targets/f7/api_symbols.csv | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea1ed9549..ac707d41a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,14 +62,14 @@ jobs: exit 1 fi - - name: "Check API version for consistency with OFW release-candidate" + - name: "Check API version for consistency with OFW release channel" run: | set -e symbols="targets/$TARGET/api_symbols.csv" - ofw_api="$(curl -s "https://raw.githubusercontent.com/flipperdevices/flipperzero-firmware/release-candidate/${symbols}" | head -n2)" + ofw_api="$(curl -s "https://raw.githubusercontent.com/flipperdevices/flipperzero-firmware/release/${symbols}" | head -n2)" our_api="$(head -n2 "${symbols}")" if [ "$our_api" != "$ofw_api" ] ; then - echo API versions aren\'t matching OFW. Please update! + echo API versions aren\'t matching OFW release channel. Please update! echo API versions are: echo "Official: $(tail -n1 <<< "$ofw_api")" echo "Momentum: $(tail -n1 <<< "$our_api")" diff --git a/targets/f18/api_symbols.csv b/targets/f18/api_symbols.csv index e3f5922ff..5f8718b47 100644 --- a/targets/f18/api_symbols.csv +++ b/targets/f18/api_symbols.csv @@ -1,5 +1,5 @@ entry,status,name,type,params -Version,+,87.0,, +Version,+,86.0,, Header,+,applications/services/bt/bt_service/bt.h,, Header,+,applications/services/bt/bt_service/bt_keys_storage.h,, Header,+,applications/services/cli/cli.h,, diff --git a/targets/f7/api_symbols.csv b/targets/f7/api_symbols.csv index f77926f0b..d0242cd70 100644 --- a/targets/f7/api_symbols.csv +++ b/targets/f7/api_symbols.csv @@ -1,5 +1,5 @@ entry,status,name,type,params -Version,+,87.0,, +Version,+,86.0,, Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,, Header,+,applications/main/archive/helpers/archive_helpers_ext.h,, Header,+,applications/main/subghz/subghz_fap.h,,