fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377)
* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes * fbt: not building fap_dist as default target; github: doing fap_dist for compact builds Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
8f2f2d810a
commit
a005087636
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -188,5 +188,5 @@ jobs:
|
|||||||
set -e
|
set -e
|
||||||
for TARGET in ${TARGETS}; do
|
for TARGET in ${TARGETS}; do
|
||||||
TARGET="$(echo "${TARGET}" | sed 's/f//')"; \
|
TARGET="$(echo "${TARGET}" | sed 's/f//')"; \
|
||||||
./fbt TARGET_HW=$TARGET DEBUG=0 COMPACT=1 updater_package
|
./fbt TARGET_HW=$TARGET DEBUG=0 COMPACT=1 fap_dist updater_package
|
||||||
done
|
done
|
||||||
|
@ -34,7 +34,7 @@ void AccessorApp::run(void) {
|
|||||||
AccessorApp::AccessorApp()
|
AccessorApp::AccessorApp()
|
||||||
: text_store{0} {
|
: text_store{0} {
|
||||||
notification = static_cast<NotificationApp*>(furi_record_open(RECORD_NOTIFICATION));
|
notification = static_cast<NotificationApp*>(furi_record_open(RECORD_NOTIFICATION));
|
||||||
onewire_host = onewire_host_alloc();
|
onewire_host = onewire_host_alloc(&ibutton_gpio);
|
||||||
furi_hal_power_enable_otg();
|
furi_hal_power_enable_otg();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user