mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
API: Catalog now matches release channel not release-candidate
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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")"
|
||||
|
||||
@@ -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,,
|
||||
|
||||
|
@@ -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,,
|
||||
|
||||
|
Reference in New Issue
Block a user