Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tinyGS/tinyGS.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***********************************************************************
tinyGS.ini - GroundStation firmware
tinyGS.ino - GroundStation firmware

Copyright (C) 2020 -2021 @G4lile0, @gmag12 and @dev_4m1g0

Expand Down Expand Up @@ -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("------------------------------------"));
}
}