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
3 changes: 1 addition & 2 deletions software/GPSDO.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1188,8 +1188,7 @@ void tunnelgps()
}
void docalibration()
// GPSDO calibration routine
{
unsigned long startWarmup = millis(); // we need a rough timer
{
if (ocxo_needs_warming) {
// spend a few seconds/minutes here waiting for the OCXO to warm
// show countdown timer on OLED display
Expand Down