Explorar o código

ssh: bring back the web server

Sergey Alirzaev %!s(int64=5) %!d(string=hai) anos
pai
achega
723dc68bc2
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  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. */