Daniel
Daniel
Same here with win10 64bits. After selecting to install on the SD card, it changes to installing but after a few moments gives this error.
I managed to flash tasmota but would prefer to use espurna. I'm trying to convert the tasmota template to espurna using the BLITZWOLF_BWSHPX_V23 as a example, but is not easy...
Yes. The web interface works fine.
Was using OTA. But now used the esptool and same problem. Probably a harware problem :( esptool --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode...
Same problem here with content_type="text/event-stream". The gateway only returns the full response at the end.

Similar problem here with expanding rows and just 20 rows. There is a delay bettween clicking and start drawing something. Chrome is firing this warnings: "[Violation] 'click' handler took 437ms"
 This number of events on clicking is normal?
Same problem with return false here: ``` _onDownload = () => { console.log('_onDownload'); return false; } ``` The file is still downloaded. Version 3.7.6
Why cant document.cookie be used by swagger?