ElegantOTA icon indicating copy to clipboard operation
ElegantOTA copied to clipboard

ElegantOTA over ethernet on ESP32

Open Sejny opened this issue 1 year ago • 2 comments

Is tested with ESP32 connected over ethernet? I dont see any handling with watchdog timeouts. This problem occur in previous Async ElegantOTA, see issue: https://github.com/ayushsharma82/AsyncElegantOTA/issues/33

Sejny avatar Feb 14 '24 13:02 Sejny

No issue with the big project I am working on (https://yasolr.carbou.me).

tested with wt32-eth1:

  • in ap mode (no ethernet cable)
  • with ethernet cable
  • esp32 nodemcu devkit in ap mode

my firmware is quite big. here's my partition table fyi:

# Name,   Type, SubType, Offset,   Size,    Flags
nvs,      data, nvs,     0x9000,   0x5000,
otadata,  data, ota,     0xe000,   0x2000,
app0,     app,  ota_0,   0x10000,  0x1F0000,
app1,     app,  ota_1,   0x200000, 0x1F0000,
spiffs,   data, spiffs,  0x3F0000, 0x10000,

No watchdog triggered.

I am on ESP32 dual core.

The async_task (AsyncTCP) is running on core 1 by default.

I guess this issue relates to single core devices ?

mathieucarbou avatar Mar 03 '24 20:03 mathieucarbou

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Jun 30 '24 06:06 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jul 07 '24 06:07 github-actions[bot]