Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ElegantOTA over ethernet on ESP32 #166

Open
Sejny opened this issue Feb 14, 2024 · 1 comment
Open

ElegantOTA over ethernet on ESP32 #166

Sejny opened this issue Feb 14, 2024 · 1 comment

Comments

@Sejny
Copy link

Sejny commented Feb 14, 2024

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

@mathieucarbou
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants