We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71866 commit 9f9e916Copy full SHA for 9f9e916
scripts/coderbot_wifi.conf
@@ -0,0 +1 @@
1
+{"wifi_mode": "ap"}
scripts/interfaces_ap
@@ -0,0 +1,12 @@
+auto lo
2
+iface lo inet loopback
3
+iface eth0 inet dhcp
4
+#allow-hotplug wlan0
5
+#iface wlan0 inet manual
6
+#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
7
+#iface default inet dhcp
8
+iface wlan0 inet static
9
+address 10.0.0.1
10
+netmask 255.255.255.0
11
+wireless-power off
12
+
scripts/interfaces_cli
@@ -0,0 +1,9 @@
+allow-hotplug wlan0
+iface wlan0 inet manual
+wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
+iface wlan0 inet dhcp
+iface default inet dhcp
0 commit comments