mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-06 16:06:48 +01:00
new command [ESP920] to configure outputs Remove REPETIER for Davinci definition that should be pure REPETIER from now Change FW Target ID numbering to support different Flavors more easily Add Ini file configuration file from SD (espconf.ini) to configure ESP3D at start Add Target FW ID in ESP800 command in addition to Target FW short name Bumb version Warning this commit is breaking EEPROM org so - check then in webUI after
142 lines
2.4 KiB
INI
142 lines
2.4 KiB
INI
[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
|
|
|
|
#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 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
|
|
|
|
#Outputs
|
|
#printer LCD
|
|
Active_Printer_LCD = Yes
|
|
#esp3d lcd
|
|
Active_ESP3D_LCD = Yes
|
|
#ESP3D Serial
|
|
Active_Serial = Yes
|
|
#Websocket
|
|
Active_WebSocket = Yes
|
|
#Telnet
|
|
Active_Telnet = Yes
|
|
#Bluetooth[ESP]
|
|
Active_BT = Yes
|
|
|