diff --git a/README.md b/README.md index c3940fe..5d90e8d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Meshtastic is designed to be used without a radio operator license. If you do h ``` meshtastic --port /dev/ttyUSB1 --set-ham KI1345 Connected to radio -Setting HAM ID to KI1345 and turning off encryption +Setting Ham ID to KI1345 and turning off encryption Writing modified channels to device ``` diff --git a/docs/meshtastic/tests/test_main.html b/docs/meshtastic/tests/test_main.html index fa4ee62..896c751 100644 --- a/docs/meshtastic/tests/test_main.html +++ b/docs/meshtastic/tests/test_main.html @@ -395,7 +395,7 @@ def test_main_set_ham_to_KI123(capsys, reset_globals): main() out, err = capsys.readouterr() assert re.search(r'Connected to radio', out, re.MULTILINE) - assert re.search(r'Setting HAM ID to KI123', out, re.MULTILINE) + assert re.search(r'Setting Ham ID to KI123', out, re.MULTILINE) assert re.search(r'inside mocked setOwner', out, re.MULTILINE) assert re.search(r'inside mocked turnOffEncryptionOnPrimaryChannel', out, re.MULTILINE) assert err == '' @@ -2437,7 +2437,7 @@ def test_main_set_ham_to_KI123(capsys, reset_globals): main() out, err = capsys.readouterr() assert re.search(r'Connected to radio', out, re.MULTILINE) - assert re.search(r'Setting HAM ID to KI123', out, re.MULTILINE) + assert re.search(r'Setting Ham ID to KI123', out, re.MULTILINE) assert re.search(r'inside mocked setOwner', out, re.MULTILINE) assert re.search(r'inside mocked turnOffEncryptionOnPrimaryChannel', out, re.MULTILINE) assert err == '' @@ -3603,4 +3603,4 @@ and propagates this to our listener iff this was a state change.
Generated by pdoc 0.10.0.