Merge branch 'ofw-dev' into xfw-dev

This commit is contained in:
Willy-JL
2023-04-09 19:07:21 +01:00
23 changed files with 66 additions and 60 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ void AccessorApp::run(void) {
AccessorApp::AccessorApp()
: text_store{0} {
notification = static_cast<NotificationApp*>(furi_record_open(RECORD_NOTIFICATION));
onewire_host = onewire_host_alloc(&ibutton_gpio);
onewire_host = onewire_host_alloc(&gpio_ibutton);
furi_hal_power_enable_otg();
}