Add double-IP config for [15_m1284p_WIZNET_FTPD_FATFS]

This commit is contained in:
maxxir
2019-01-25 23:32:09 +04:00
parent 3543ba0903
commit ed8e1fce06
2 changed files with 13 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ FATFS Fatfs; //File system object for each logical drive. >= 2
#define SPRINTF(__S, FORMAT, args...) sprintf_P(__S, PSTR(FORMAT),##args)
//#define IP_WORK
extern unsigned long millis(void);
extern int freeRam (void);
extern char uart0_receive(void);