Skip to content
Merged
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
4 changes: 2 additions & 2 deletions card.aux.req.notecard.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"sub-descriptions": [
{
"const": "dfu",
"description": "Enable the Notecard's `AUX1` pin for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` when a DFU is in progress, and `HIGH` otherwise. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.",
"description": "Enable the Notecard's `AUX1` pin as a \"DFU in progress\" signal for use with [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` while a DFU is running and `HIGH` otherwise. See [Using DFU Mode](/notecard/notecard-walkthrough/working-with-the-notecard-aux-pins#using-dfu-mode) for more information.",
"skus": [
"CELL",
"CELL+WIFI",
Expand Down Expand Up @@ -509,7 +509,7 @@
"samples": [
{
"title": "DFU Mode",
"description": "Enable the Notecard's `AUX1` pin for [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` when a DFU is in progress, and `HIGH` otherwise.",
"description": "Enable the Notecard's `AUX1` pin as a \"DFU in progress\" signal for use with [Outboard Firmware Updates](/notehub/host-firmware-updates/notecard-outboard-firmware-update). When enabled, `AUX1` is active `LOW` while a DFU is running and `HIGH` otherwise.",
"json": "{\"req\": \"card.aux\", \"mode\": \"dfu\"}"
},
{
Expand Down
Loading