소스 검색

increse quantity of dhcp tries

balbekova 1 년 전
부모
커밋
04dca2c7fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/Ethernet/netconf.c

+ 1 - 1
modules/Ethernet/netconf.c

@@ -23,7 +23,7 @@
 #include <string.h>
 
 
-#define MAX_DHCP_TRIES 3
+#define MAX_DHCP_TRIES 12
 
 #define TIME_COUNTER_10_MIN   600
 #define TIME_COUNTER_1_MIN    60