diff Discovery/Src/tHome.c @ 172:c659fda83e44

Minor: Button defaults, release date adjusted, use SPI_SHOW_SYNC_STATS
author heinrichsweikamp
date Sun, 10 Mar 2019 20:30:42 +0100
parents cc9c18075e00
children cdbdb4458520
line wrap: on
line diff
--- a/Discovery/Src/tHome.c	Sun Mar 10 15:39:55 2019 +0000
+++ b/Discovery/Src/tHome.c	Sun Mar 10 20:30:42 2019 +0100
@@ -427,7 +427,7 @@
 uint8_t tHome_show_lost_connection_count(GFX_DrawCfgScreen *ScreenToWriteOn)
 {
 	if(!SPI_MIN_ERROR_SHOW) return 0;
-	if(DataEX_lost_connection_count()>=SPI_MIN_ERROR_SHOW){
+	if(DataEX_lost_connection_count()>=SPI_MIN_ERROR_SHOW && SPI_SHOW_SYNC_STATS){
 
     char text[64];