Skip to content

ESPEasyFlasherConfig.json

Andre H edited this page Aug 25, 2021 · 4 revisions

Customizing the Layout of EEF by ESPEasyFlasherConfig.json

The ESPEasyFlasherConfig.json file contains the following content. With the data you can change the layout and behaviour of the EEF. More details you can find in the next sections.

{
    "logo": true,
    "devMode": false,
    "serialMonitor" : true,
    "espInfo" : true,
    "baudRate": "460800",
    "readStart": "0x00000", 
    "readSize": "0x400000", 
    "writeStart": "0x00000"
}

Enable/Disable the logo

you can enable/disable the logo by:

"logo": true/false,

If you want to use your own logo have a look to the wiki page: Use your own logo.

Developer Mode

In the Developer Mode you can readout and erase the ESP Flash. You can enable/disable the Mode by:

"devMode": true/false,
"baudRate": "460800",
"readStart": "0x00000", 
"readSize": "0x400000", 

For the readout the parameter baudRate, readStart and readSize will be used from the json file. It is not recommended to create an flash image by readout it. Better way Use the binaries created by Arduino IDE

Serial Monitor

The Serial Monitor is a serial connection to the ESP to get logging information. It is also possible to use it to reset the micro-controller by RTS. For more information have a look to the wiki page Serial Monitor

"serialMonitor": true/false,

ESP Info

"espInfo": true/false,

With the ESP Info button you can get the following information about our ESP microcontroller and you can filter the eef and bin files if you provide binary files for both microcontroller. For more details have a look to the wiki page ESP Info

Detecting chip type... ESP8266
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
Uploading stub...
Running stub...
Stub running...
Manufacturer: d8
Device: 4016
Detected flash size: 4MB