Some minor changes and add double-IP config for

[11_m1284p_WIZNET_HTTPServer_FLASH_pages]
This commit is contained in:
maxxir
2019-01-20 23:26:56 +04:00
parent f543fe92ee
commit 0debc594c8
2 changed files with 20 additions and 14 deletions

View File

@@ -16,13 +16,15 @@
//#define HTTPD_MAX_BUF_SIZE 2048 //For Mega1284p(16kb RAM)/Mega2560(8kb RAM)
#define HTTPD_MAX_BUF_SIZE 512 //For Mega644p(4kb RAM)/Mega128(4kb RAM)
#define PRINTF_EN 0
#define PRINTF_EN 1
#if PRINTF_EN
#define PRINTF(FORMAT,args...) printf_P(PSTR(FORMAT),##args)
#else
#define PRINTF(...)
#endif
//#define IP_WORK
extern unsigned long millis(void);
extern int freeRam (void);