Skip to content

Commit 24323e0

Browse files
committed
bluetooth: fix hostapd.conf location
1 parent ad39ac5 commit 24323e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bluetooth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const BT_ALIAS: &str = "WirelessAADongle";
3939

4040
const DEFAULT_WLAN_ADDR: &str = "10.0.0.1";
4141

42-
const HOSTAPD_FILE: &str = "/etc/hostapd/hostapd.conf";
42+
const HOSTAPD_FILE: &str = "/etc/hostapd.conf";
4343

4444
#[derive(Debug, Clone, PartialEq)]
4545
#[repr(u16)]

0 commit comments

Comments
 (0)