From db4224eeaf181dde8115d228b38d76675a5cd859 Mon Sep 17 00:00:00 2001 From: River MacLeod Date: Tue, 16 Jan 2024 22:17:07 +0000 Subject: [PATCH] Fix typo --- tinyGS/tinyGS.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyGS/tinyGS.ino b/tinyGS/tinyGS.ino index 7c6d4213..611a2336 100644 --- a/tinyGS/tinyGS.ino +++ b/tinyGS/tinyGS.ino @@ -1,5 +1,5 @@ /*********************************************************************** - tinyGS.ini - GroundStation firmware + tinyGS.ino - GroundStation firmware Copyright (C) 2020 -2021 @G4lile0, @gmag12 and @dev_4m1g0 @@ -364,4 +364,4 @@ void printControls() Log::console(PSTR("b - reboot the board")); Log::console(PSTR("p - send test packet to nearby stations (to check transmission)")); Log::console(PSTR("------------------------------------")); -} \ No newline at end of file +}