Sfoglia il codice sorgente

ssh: bring back the web server

Sergey Alirzaev 5 anni fa
parent
commit
723dc68bc2
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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. */