From 6ceb27f837ae7172e1d2021d8a9633ad27127b7b Mon Sep 17 00:00:00 2001 From: jayofelony Date: Tue, 30 Jul 2024 22:51:03 +0200 Subject: [PATCH] Update build Signed-off-by: jayofelony --- builder/data/32bit/usr/bin/bettercap-launcher | 3 --- builder/data/64bit/usr/bin/bettercap-launcher | 3 --- pwnagotchi/ai/parameter.py | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/builder/data/32bit/usr/bin/bettercap-launcher b/builder/data/32bit/usr/bin/bettercap-launcher index 31b30621..5b154b15 100755 --- a/builder/data/32bit/usr/bin/bettercap-launcher +++ b/builder/data/32bit/usr/bin/bettercap-launcher @@ -18,9 +18,6 @@ if ! check_brcm; then sleep 10 fi -# start wlan0mon -start_monitor_interface - if is_auto_mode_no_delete; then /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0mon else diff --git a/builder/data/64bit/usr/bin/bettercap-launcher b/builder/data/64bit/usr/bin/bettercap-launcher index 6a6f981a..011bce51 100755 --- a/builder/data/64bit/usr/bin/bettercap-launcher +++ b/builder/data/64bit/usr/bin/bettercap-launcher @@ -9,9 +9,6 @@ if is_crypted_mode; then done fi -# start mon0 -start_monitor_interface - if is_auto_mode_no_delete; then /usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0mon else diff --git a/pwnagotchi/ai/parameter.py b/pwnagotchi/ai/parameter.py index 5bf6b39c..45e9a85a 100644 --- a/pwnagotchi/ai/parameter.py +++ b/pwnagotchi/ai/parameter.py @@ -1,5 +1,6 @@ from gymnasium import spaces + class Parameter(object): def __init__(self, name, value=0.0, min_value=0, max_value=2, meta=None, trainable=True): self.name = name