Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkowalski committed Aug 22, 2024
1 parent f0273dc commit 3d0b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kx_radio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ bool KXRadio::put_to_kx_menu_item (uint8_t menu_item, long value, int tries) {

put_to_kx ("MN", 3, menu_item, SC_KX_COMMUNICATION_RETRIES); // Ex. MN058; - Switch into menu mode and select the TUN PWR menu item

// Get the menu item value
// Set the menu item value
put_to_kx ("MP", 3, value, tries); // Ex. MP010; - Set the TUN PWR to 1.0 watts

// Switch out of Menu mode
Expand Down

0 comments on commit 3d0b9d8

Please sign in to comment.