From efc20e6a3dd11aacae7c377bbe58753e4366931c Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 3 Oct 2019 10:20:30 +0200 Subject: [PATCH] render unto caesar --- README.md | 2 +- sdcard/rootfs/root/pwnagotchi/scripts/blink.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e4567ae..18761adf 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ the `PARTUUID`s for `rootfs` and `boot` partitions are the same in `/etc/fstab`. ## License -`pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and it's released under the GPL3 license. +`pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and the [amazing dev team](https://github.com/evilsocket/pwnagotchi/graphs/contributors). It's released under the GPL3 license. diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/blink.sh b/sdcard/rootfs/root/pwnagotchi/scripts/blink.sh index e7f475eb..6ad62a3e 100755 --- a/sdcard/rootfs/root/pwnagotchi/scripts/blink.sh +++ b/sdcard/rootfs/root/pwnagotchi/scripts/blink.sh @@ -9,4 +9,4 @@ do done echo 0 >/sys/class/leds/led0/brightness -sleep 0.3 +sleep 0.3 \ No newline at end of file