[network] #Hostname string of 32 chars max hostname = myesp #Radio mode BT, WIFI-STA, WIFI-AP, ETH-STA, OFF radio_mode = WIFI-STA #STA SSID string of 32 chars max STA_SSID = myssid #STA Password string of 64 chars max, minimum 0 or 8 chars STA_Password = ******* #STA IP Mode DHCP / STATIC STA_IP_mode = DHCP #STA static IP STA_IP = 192.168.0.2 #STA static gateway STA_GW = 192.168.0.1 #STA static mask STA_MSK = 255.255.255.0 #STA static dns STA_DNS = 192.168.0.1 #AP SSID string of 32 chars max AP_SSID = myssid #AP Password string of 64 chars max, minimum 0 or 8 chars AP_Password = 12345678 #AP static IP AP_IP = 192.168.0.1 #AP channel 1~14 AP_channel = 11 [services] #Active or not HTTP Yes / No HTTP_active = Yes #HTTP Port HTTP_Port = 80 #Active or not Telnet Yes / No TELNET_active = Yes #Telnet Port TELNET_Port = 23 #Active or not WebSocket Yes / No WebSocket_active = Yes #WebSocket Port WebSocket_Port = 8282 #Active or not WebDav Yes / No WebDav_active = Yes #WebSocket Port WebDav_Port = 8282 #Active or not FTP Yes / No FTP_active = Yes #FTP control Port FTP_Control_Port = 21 #FTP active Port FTP_Active_Port = 20 #FTP passive Port FTP_Passive_Port = 55600 #Auto notification AUTONOTIFICATION = Yes #Notification type None / PushOver / Line / Email / Telegram NOTIF_TYPE = None #Notification token 1 string of 64 chars max NOTIF_TOKEN1 = #Notification token 2 string of 64 chars max NOTIF_TOKEN2 = #Notification settings string of 127 chars max NOTIF_TOKEN_Settings= #SD card Speed factor 1 2 4 6 8 16 32 SD_SPEED = 4 #Check update from SD Yes / No CHECK_FOR_UPDATE = Yes #Enable Buzzer Yes / No Active_buzzer = yes #Active Internet time Yes / No Active_Internet_time = yes #Time servers string of 127 chars max Time_server1 = 1.pool.ntp.org Time_server2 = 2.pool.ntp.org Time_server3 = 3.pool.ntp.org #time zone -12~12 Time_zone = 2 #is DST Yes/No Time_DST = No #Authentication passwords string of 20 chars max ADMIN_PASSWORD = xxxxxxx USER_PASSWORD = xxxxxxx #session time out in min Sesion_timeout = 3 #Sensor type if enabled None / DHT11 / DHT22 / ANALOG / BMP280 / BME280 SENSOR_TYPE = NONE #sensor poiling interval in ms SENSOR_INTERVAL = 30000 [system] #Target Firmware Marlin / Repetier / MarlinKimbra / Smoothieware / GRBL TargetFW=Marlin #Baud Rate Baud_rate = 115200 #Boot delay in ms Boot_delay = 5000 #Boot verbose Yes / No Boot_verbose = No #Outputs #printer LCD Yes / No Active_Printer_LCD = Yes #esp3d lcd Yes / No Active_ESP3D_LCD = Yes #ESP3D Serial Yes / No Active_Serial = Yes #Websocket Yes / No Active_WebSocket = Yes #Telnet Yes / No Active_Telnet = Yes #Bluetooth Yes / No Active_BT = Yes