From 8d35fbabd5654ee45dfde842140a97b1446473ee Mon Sep 17 00:00:00 2001 From: Periklis Fregkos <leajian13@gmail.com> Date: Thu, 3 Oct 2019 07:47:38 +0300 Subject: [PATCH] Added custom text voice --- sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/voice.py | 3 +++ 1 file changed, 3 insertions(+) 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)