Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/scenarios/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fires `workflow_hw_recon_blackbox_device`. Aggregates:
- `i2c_scan` (0x00–0x7F sweep)
- `onewire_search` (1-Wire bus enumeration)
- `gpio_read` across all 8 pins
- `bt_hci_info`, `system_info` as reference context
- `bt_hci_info`, `device_info` as reference context

Returns a structured report with chip-ID hints for common I²C
addresses (0x3c OLED, 0x68 RTC/IMU, 0x76/0x77 BMP280, etc.).
Expand Down
2 changes: 1 addition & 1 deletion docs/scenarios/inventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Firmware / hardware / radio:

> *"What's my Flipper's firmware version and hardware revision?"*

Fires `system_info`. On Momentum you'll see the fork in the
Fires `device_info`. On Momentum you'll see the fork in the
`firmware_origin_fork` field.

Battery:
Expand Down
Loading