nerves-networking / vintage_net_mobile

Mobile networking for VintageNet
Apache License 2.0
27 stars 11 forks source link

Modemswitch -> Modeswitch and Dialyzer fix #86

Closed fhunleth closed 3 years ago

fhunleth commented 3 years ago

The main part of this PR is to change how the usb_modeswitch command is called to appease Dialyzer. The logic is changed slightly to call System.find_executable/1 since not having usb_modeswitch installed is probably the only error that was causing System.cmd to raise previously.

fhunleth commented 3 years ago

@Hanspagh - Does this look ok with you?