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 +}