Skip to content

Commit

Permalink
Update readme.md to indicate changes to COMMAND_GET_FIRMWARE_VER for …
Browse files Browse the repository at this point in the history
…UHF support
  • Loading branch information
VanceVagell authored Jan 22, 2025
1 parent 5ee8e0d commit e8d3c83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions microcontroller-src/kv4p_ht_esp32_wroom_32/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,13 @@ Below is a list of commands supported by the KV4P-HT device, along with their de
### 3.6. COMMAND_GET_FIRMWARE_VER (0x06)

- **Description**: Requests the firmware version from the device.
- **Parameters**: None.
- **Response**: The device will send back the string `VERSION` followed by an 8-character firmware version (e.g., `00000002`).
- **Parameters**: 1 byte
- Inform the firmware whether it should be in VHF or UHF mode with "v" or "u" (ASCII byte)
- **Response**: The device will send back the string `VERSION` followed by an 8-character firmware version (e.g., `00000002`), and "f" for "radio module found" or "x" for "can't contact radio module"
- **Usage**:
- Send the delimiter.
- Send the command code `0x06`.
- Send the radio module type the device has, either "v' or "u" (VHF or UHF, respectively)

---

Expand Down

0 comments on commit e8d3c83

Please sign in to comment.