diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py index 53460ed..c3e3692 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py @@ -137,3 +137,6 @@ class Voice: deauthed=log.deauthed, associated=log.associated, handshakes=log.handshakes) + + def custom(self, text): + return self._(text)