mirror of
https://github.com/meshtastic/python.git
synced 2026-05-24 16:29:25 -04:00
1.0.14 fix #23 I busted setstr, thanks @mc-hamster for the headup
This commit is contained in:
@@ -113,7 +113,7 @@ def onConnected(interface):
|
||||
|
||||
# Handle the string arguments
|
||||
for pref in (args.setstr or []):
|
||||
interface.radioConfig.preferences, setPref(pref[0], pref[1])
|
||||
setPref(interface.radioConfig.preferences, pref[0], pref[1])
|
||||
|
||||
# Handle the channel settings
|
||||
for pref in (args.setchan or []):
|
||||
|
||||
Reference in New Issue
Block a user