From 1cf9ad3e0dc66e6f8b0faf0fec4ffb0f6b1d6c87 Mon Sep 17 00:00:00 2001 From: R0NAM1 Date: Sat, 6 Apr 2024 21:25:16 -0700 Subject: [PATCH] Small tweaks --- receiver/backgrounds/nature_wallpapers_download_random.sh | 2 +- receiver/drawGuiObjects.py | 2 +- simplecast-mdns.service | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/receiver/backgrounds/nature_wallpapers_download_random.sh b/receiver/backgrounds/nature_wallpapers_download_random.sh index 4832a73..2a26f3f 100755 --- a/receiver/backgrounds/nature_wallpapers_download_random.sh +++ b/receiver/backgrounds/nature_wallpapers_download_random.sh @@ -30,7 +30,7 @@ echo "Downloading image 8" wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/jakub-gorajek-1542744-unsplash.jpg -O 8.jpg echo "Downloading image 9" -wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/john-salzarulo-138024-unsplash.jpg-O 9.jpg +wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/john-salzarulo-138024-unsplash.jpg -O 9.jpg echo "Downloading image 10" wget https://raw.githubusercontent.com/xiwenc/nature-wallpapers/master/src/patti-black-38177-unsplash.jpg -O 10.jpg diff --git a/receiver/drawGuiObjects.py b/receiver/drawGuiObjects.py index 5411f3b..8a7a3f3 100644 --- a/receiver/drawGuiObjects.py +++ b/receiver/drawGuiObjects.py @@ -225,7 +225,7 @@ def drawDebugStats(): # Calculate fps lastFrameDrawnDiff = (time.time() - myGlobals.timeLastFrameDrawn) fps = round(1 / lastFrameDrawnDiff) - fpsString = ("FPS: " + str(fps)) + fpsString = ("Display FPS: " + str(fps)) # FPS myGlobals.fpsSurface = font.render(fpsString, True, (255, 255, 255)) diff --git a/simplecast-mdns.service b/simplecast-mdns.service index d80b3ca..a14db6b 100644 --- a/simplecast-mdns.service +++ b/simplecast-mdns.service @@ -1,9 +1,9 @@ - Simplecast + simplecast - _http._tcp + _simplecast._tcp 4825 \ No newline at end of file