mirror of
https://github.com/albfan/miraclecast.git
synced 2025-02-12 16:01:55 +00:00
avoid miracle filter on wifi devices
This commit is contained in:
parent
640f731d44
commit
8b61f733da
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "util.h"
|
||||
#include "wifid.h"
|
||||
|
||||
#define DO_NOT_RELY_UDEV 1
|
||||
#define DO_NOT_RELY_UDEV 0
|
||||
|
||||
const char *arg_wpa_bindir = "/usr/bin";
|
||||
unsigned int arg_wpa_loglevel = LOG_NOTICE;
|
||||
|
|
Loading…
Reference in a new issue