Skip to content

Commit 99eed4b

Browse files
committed
remove send_owner_interval
1 parent 37a0010 commit 99eed4b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

exampleConfig.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ location:
1212
userPrefs:
1313
region: 1
1414
isAlwaysPowered: 'true'
15-
sendOwnerInterval: 2
1615
screenOnSecs: 31536000
1716
waitBluetoothSecs: 31536000

example_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ location:
1212
user_prefs:
1313
region: 1
1414
is_always_powered: 'true'
15-
send_owner_interval: 2
1615
screen_on_secs: 31536000
1716
wait_bluetooth_secs: 31536000
1817
location_share: 'LocEnabled'

meshtastic/tests/test_smoke1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ def test_smoke1_configure():
622622
assert re.search('^Setting device position', out, re.MULTILINE)
623623
assert re.search('^Set region to 1', out, re.MULTILINE)
624624
assert re.search('^Set is_always_powered to true', out, re.MULTILINE)
625-
assert re.search('^Set send_owner_interval to 2', out, re.MULTILINE)
626625
assert re.search('^Set screen_on_secs to 31536000', out, re.MULTILINE)
627626
assert re.search('^Set wait_bluetooth_secs to 31536000', out, re.MULTILINE)
628627
assert re.search('^Writing modified preferences to device', out, re.MULTILINE)

0 commit comments

Comments
 (0)