Prusa MINI Firmware overview
Options

Macros

#define TFTP_DEBUG   LWIP_DBG_ON
 
#define TFTP_PORT   69
 
#define TFTP_TIMEOUT_MSECS   10000
 
#define TFTP_MAX_RETRIES   5
 
#define TFTP_TIMER_MSECS   50
 
#define TFTP_MAX_FILENAME_LEN   20
 
#define TFTP_MAX_MODE_LEN   7
 

Detailed Description

Macro Definition Documentation

◆ TFTP_DEBUG

#define TFTP_DEBUG   LWIP_DBG_ON

Enable TFTP debug messages

◆ TFTP_PORT

#define TFTP_PORT   69

TFTP server port

◆ TFTP_TIMEOUT_MSECS

#define TFTP_TIMEOUT_MSECS   10000

TFTP timeout

◆ TFTP_MAX_RETRIES

#define TFTP_MAX_RETRIES   5

Max. number of retries when a file is read from server

◆ TFTP_TIMER_MSECS

#define TFTP_TIMER_MSECS   50

TFTP timer cyclic interval

◆ TFTP_MAX_FILENAME_LEN

#define TFTP_MAX_FILENAME_LEN   20

Max. length of TFTP filename

◆ TFTP_MAX_MODE_LEN

#define TFTP_MAX_MODE_LEN   7

Max. length of TFTP mode