Updated docs with ispindel web interface

This commit is contained in:
Magnus Persson 2022-04-05 09:06:38 +02:00
parent dc4eb4f4a1
commit f5b627616e

View File

@ -3,6 +3,12 @@
Installation Installation
------------ ------------
You have these 3 options for flashing this firmware:
* Brewflasher via USB serial
* Esptool via USB serial
* iSpindel web interface
Brewflasher Brewflasher
=========== ===========
@ -16,7 +22,7 @@ on both Windows and Mac. You can download the latest version from here: `Brewfla
Binaries Binaries
******** ********
In the /bin directory you will find 2 different firmware builds; In the /bin directory you will find 3 different firmware builds;
* **firmware.bin** * **firmware.bin**
@ -26,6 +32,10 @@ In the /bin directory you will find 2 different firmware builds;
This version also submits performance data to an influx database with detailed execution times. This version also submits performance data to an influx database with detailed execution times.
* **firmware32.bin**
This is the standard release build for an ESP32 variant
In these versions all the html files are embedded in the binaries. The file system is currently only used for storing In these versions all the html files are embedded in the binaries. The file system is currently only used for storing
the configuration file. the configuration file.
@ -49,6 +59,14 @@ If there are issues you can try do erase the flash first using this command;
``esptool.py --port COM4 erase_flash`` ``esptool.py --port COM4 erase_flash``
iSpindel
========
If you already have the device flashed with iSpindel firmware you can go into the configuration mode where you will find
an option for updating firmware. The option is under the maintence meny.
Select the esp8266 version of the firmware called firmware.bin and press upload.
Serial Monitoring Serial Monitoring
================= =================