Procházet zdrojové kódy

ssh: bring back the web server

Sergey Alirzaev před 5 roky
rodič
revize
723dc68bc2
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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. */