소스 검색

ssh: bring back the web server

Sergey Alirzaev 5 년 전
부모
커밋
723dc68bc2
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      config/common_config.h
  2. 2 2
      modules/Ethernet/lwipopts.h

+ 1 - 1
config/common_config.h

@@ -124,7 +124,7 @@
 /**
   * @brief  Веб сервер
   */
-//#define WEB_SERVER_ENABLE
+#define WEB_SERVER_ENABLE
 
 /**
   * @brief  SNMP протокол

+ 2 - 2
modules/Ethernet/lwipopts.h

@@ -88,8 +88,8 @@ a lot of data that needs to be copied, this should be set high. */
 
 /* ---------- Pbuf options ---------- */
 /* PBUF_POOL_SIZE: the number of buffers in the pbuf pool. */
-//#define PBUF_POOL_SIZE          15
-#define PBUF_POOL_SIZE          25
+#define PBUF_POOL_SIZE          15
+//#define PBUF_POOL_SIZE          25
 //#define PBUF_POOL_SIZE          18
 
 /* PBUF_POOL_BUFSIZE: the size of each pbuf in the pbuf pool. */