API: Catalog now matches release channel not release-candidate

This commit is contained in:
WillyJL
2025-10-06 19:58:26 +02:00
parent 93ac669b41
commit c878aa85b8
3 changed files with 5 additions and 5 deletions

View File

@@ -62,14 +62,14 @@ jobs:
exit 1 exit 1
fi fi
- name: "Check API version for consistency with OFW release-candidate" - name: "Check API version for consistency with OFW release channel"
run: | run: |
set -e set -e
symbols="targets/$TARGET/api_symbols.csv" 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}")" our_api="$(head -n2 "${symbols}")"
if [ "$our_api" != "$ofw_api" ] ; then 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 API versions are:
echo "Official: $(tail -n1 <<< "$ofw_api")" echo "Official: $(tail -n1 <<< "$ofw_api")"
echo "Momentum: $(tail -n1 <<< "$our_api")" echo "Momentum: $(tail -n1 <<< "$our_api")"

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params 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.h,,
Header,+,applications/services/bt/bt_service/bt_keys_storage.h,, Header,+,applications/services/bt/bt_service/bt_keys_storage.h,,
Header,+,applications/services/cli/cli.h,, Header,+,applications/services/cli/cli.h,,
1 entry status name type params
2 Version + 87.0 86.0
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/bt/bt_service/bt_keys_storage.h
5 Header + applications/services/cli/cli.h

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params entry,status,name,type,params
Version,+,87.0,, Version,+,86.0,,
Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,, Header,+,applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h,,
Header,+,applications/main/archive/helpers/archive_helpers_ext.h,, Header,+,applications/main/archive/helpers/archive_helpers_ext.h,,
Header,+,applications/main/subghz/subghz_fap.h,, Header,+,applications/main/subghz/subghz_fap.h,,
1 entry status name type params
2 Version + 87.0 86.0
3 Header + applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h
4 Header + applications/main/archive/helpers/archive_helpers_ext.h
5 Header + applications/main/subghz/subghz_fap.h