16
Hack a Day projects / Re: Programming the PIC24FJ64 on the BC Webserver
Chris
Open Source Hardware
This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

#define HTTP_PORT (80u)
#define STACK_USE_FATFTP_SERVER
#define TCP_ETH_RAM_SIZE (1000ul)to
#define TCP_ETH_RAM_SIZE (1500ul)
{TCP_PURPOSE_FTP_COMMAND, TCP_ETH_RAM, 100, 40},
{TCP_PURPOSE_FTP_DATA, TCP_ETH_RAM, 200, 200},#if defined(STACK_USE_FATFTP_SERVER)
FTPInit();
#endif
#if defined(STACK_USE_FATFTP_SERVER)
FTPServer();
#endif
