Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 225 → Rev 226

/trunk/main.c
304,6 → 304,7
if(SerialLinkOkay) SerialLinkOkay--;
if(SerialLinkOkay < 250 - 5) NCFlags |= NC_FLAG_NOSERIALLINK; // 5 seconds timeout for serial communication
else NCFlags &= ~NC_FLAG_NOSERIALLINK;
if(StopNavigation && (Parameter.NaviGpsModeControl >= 50)) BeepTime = 500;
}
// ---------------- Logging ---------------------------------------
Logging_Update(); // could be block some time for at max. 2 seconds, therefore move time critical part of the mainloop into the ISR of timer 1
/trunk/main.h
3,7 → 3,7
 
#define VERSION_MAJOR 0
#define VERSION_MINOR 19
#define VERSION_PATCH 1
#define VERSION_PATCH 2
 
#define VERSION_SERIAL_MAJOR 11
#define VERSION_SERIAL_MINOR 0