3.2. INI file entries

Note

Please note that default values are used only when there is no corresponding entry in INI file. Values in a standard INI file from specific distribution package may differ from default values listed below.

Note

ESPresso updates INI file when exiting from application.

Section Key Description Default value
[CONN] timeout Connection attempt timeout 5000 [ms] (= 5 s)
[CONN] reconnect_delay Delay between timeout and reconnection attempt 3000 [ms] (= 3 s)
[LASTCONN] address Last connection IP address or host name  
[LASTCONN] port Last connection port 2323
[ESP] reset_alarm ESP alarm to use for reset delay -1 (= dynamic)
[ESP] reset_delay ESP reset delay 3000 [ms] (= 3 s)
[ESP] reset_reconnect_delay Delay between ESP reset and reconnection attempt 5000 [ms] (= 5 s)
[SRC] dir Last source directory (application working directory)
[SRC] show_all Show all files in the local panel 0 (= show lua source files only)
[LUA] path Lua interpreter path lua
[LUA] compiler Lua compiler path luac
[LUA] cross Compiler supports NodeMCU cross-compilation 0 (= no support)
[DIET] path LuaSrcDiet path LuaSrcDiet.lua
[DIET] enable Enable LuaSrcDiet 0 (= disable)
[DIET] options_int Options for integer firmware --noopt-numbers
[DIET] options_float Options for float firmware --opt-numbers
[DIET] options Additional options for LuaSrcDiet  
[TRANSFER] binary Enable binary uploads 1 (= enable)
[TRANSFER] showtransfermode Allow changing transfer mode from user interface 0 (= disable)

Note

Binary upload is enabled by default and default settings prevent disabling it from user interface. Obsolete ASCII uploading is deprecated.