Paulus Schoutsen
Paulus Schoutsen
How would this data be structured and used when stored in the manifest ? Is this something that we just want in teh documentation text ?
If we were to add this, would you expect that flash size would be a “at least this space” or should it always exactly match the space specified in the...
Most users will not know what size their FS has. When users see the word "Update" they definitely feel like it's save to update. It shouldn't end up being incompatible....
Could it be the baud rate? ESP Web Tools defaults to 115200 baud rate: https://github.com/esphome/esp-web-tools/blob/main/src/connect.ts#L21
Sounds good. Pull request welcome 👍
I would just call it `requestPortOptions` and pass that object as-is when calling requestPort. Note, we don't currently have access to the manifest when connecting.
Your type link references just an object with specific keys, it's not a specific class.
In 4.1.0 I’ve added an extra 100ms delay after writing is done + reset before trying to re-detect Improv Wi-Fi. Is this 4.0.0 or 4.1.0?
Your error message shows "A break condition has been detected". What is a break condition?
We detect ESP Type by reading a value from the memory https://github.com/NabuCasa/esp-web-flasher/blob/main/src/const.ts#L122 And then map those values to ESP chip families https://github.com/NabuCasa/esp-web-flasher/blob/main/src/const.ts#L140 If the ESP8285 is different, we could detect...