You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use an ESP8266-07 with external antenna and with a W5100 WizNet Ethernet chip and need to be able to update the sketch and SPIFFS via Ethernet as well. Is there an easy way to implement this or is there going to be any updates to include this functionality??
Thanks,
Dan
The text was updated successfully, but these errors were encountered:
Sketch is already possible to update over wifi, either from an onboard
webserver or via http client (or other in house method you could
implement). Ethernet shoukd bee the same thing.
SPIFFS is being added now, or was added very recently. Not sure what the
current status is.
On May 30, 2017 5:53 AM, "Daniel Riches" ***@***.***> wrote:
Hi,
I use an ESP8266-07 with external antenna and with a W5100 WizNet Ethernet
chip and need to be able to update the sketch and SPIFFS via Ethernet as
well. Is there an easy way to implement this or is there going to be any
updates to include this functionality??
Thanks,
Dan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3310>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQC6Blkv1Vjf0f1HDfO8C-zVuvgZRDXUks5r--cvgaJpZM4NqEXT>
.
In the latest git, the Updater class supports updating the SPIFFS (U_FLASH argument, per Updater.h). I'm not sure about frontends, such as a webserver module, but at least the basic functionality is there.
Closing.
Hi,
I use an ESP8266-07 with external antenna and with a W5100 WizNet Ethernet chip and need to be able to update the sketch and SPIFFS via Ethernet as well. Is there an easy way to implement this or is there going to be any updates to include this functionality??
Thanks,
Dan
The text was updated successfully, but these errors were encountered: