|
@@ -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();
|
|
|
}
|
|
}
|
|
|
|
|
|