mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge branch 'jayofelony:master' into master
This commit is contained in:
@ -32,7 +32,6 @@ start_monitor_interface() {
|
|||||||
ifconfig wlan0 down
|
ifconfig wlan0 down
|
||||||
ifconfig wlan0mon up
|
ifconfig wlan0mon up
|
||||||
iw dev wlan0mon set power_save off
|
iw dev wlan0mon set power_save off
|
||||||
iw dev wlan0 del
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# stops mon0
|
# stops mon0
|
||||||
|
@ -26,7 +26,6 @@ start_monitor_interface() {
|
|||||||
ifconfig wlan0 down
|
ifconfig wlan0 down
|
||||||
ifconfig wlan0mon up
|
ifconfig wlan0mon up
|
||||||
iw dev wlan0mon set power_save off
|
iw dev wlan0mon set power_save off
|
||||||
iw dev wlan0 del
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# stops mon0
|
# stops mon0
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '2.9.1'
|
__version__ = '2.9.1.2'
|
||||||
|
Reference in New Issue
Block a user