mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1201] ESP32 - OTA not work. With ESP8266 is OK !! #1024
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1024
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robert4you on GitHub (Feb 2, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1201
PLEASE TRY DEVELOPMENT BRANCH before submitting bugs on release or master, in case they were already fixed.
Issues without basic info will be ignored or closed!
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
WiFimanager Branch/Release: Development
Esp8266/Esp32: ESP32
Hardware: NODE ESP-32
Core Version: 2.4.0,
Description
I am using the new example for the OTA update test (https://github.com/tzapu/WiFiManager/tree/master/examples/DEV/OnDemandConfigPortal ). To test this function I am trying to flash the same sketch from exampel.
If I use Node ESP8266 everything work ok, but when I try to use ESP32 I get the following error:
11:13:05.006 -> *WM: [3] -> 192.168.4.1
11:13:05.006 -> Update: TestOTA.bin
11:13:05.006 -> Bad Size Given
11:13:05.006 -> *WM: [1] [OTA] Update ERROR Not enough space
11:13:05.006 -> *WM: [3] -> 192.168.4.1
11:13:05.006 -> .Bad Size Given
11:13:05.048 -> *WM: [3] -> 192.168.4.1
11:13:05.048 -> .Bad Size Given
11:13:05.048 -> *WM: [3] -> 192.168.4.1
11:13:05.048 -> .Bad Size Given
11:13:05.103 -> *WM: [3] -> 192.168.4.1
11:13:05.103 -> .Bad Size Given
The website displays a message: OTA Error: 5
Settings in IDE
Module:
Additional libraries:
Sketch: Exampel: https://github.com/tzapu/WiFiManager/tree/master/examples/DEV/OnDemandConfigPortal - only.
Debug Messages
@tablatronix commented on GitHub (Feb 2, 2021):
I had this problem also, I think this means the file is too large or is no space for ota, or maybe mem for your board is set wrong.. Even though there is a check for space... I have not figured it out yet
@robert4you commented on GitHub (Feb 2, 2021):
I tried different memory settings on the board and several board models. Same result.
@tablatronix commented on GitHub (Feb 4, 2021):
Try it now
83e9bbc9db@Bighoneypot commented on GitHub (Feb 21, 2023):
@robert4you fix link https://github.com/tzapu/WiFiManager/tree/master/examples/Super/OnDemandConfigPortal in this page