Skip to content

replaced -s with -a for doodle radio

Teddy Zaremba requested to merge teddyzaremba417/voxl-modem:master into dev

Hardware: voxl flight, doodle radio

  • Problem: ifconfig -s not showing list of devices, causing voxl-modem to wait forever on line 246 of voxl-modem-start
  • Fix: replaced with ifconfig -a to list all devices

Merge request reports