mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1465] Watchdog trigger #1255
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#1255
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 @Bonv1Arnaud on GitHub (Aug 2, 2022).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1465
Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: ESP32-WROOM-32UE (16MB)
Core Version: I don't know (I think the newest version)
Description
I have a big program with a lot of functionality. And the program worked correctly last week. Today I upload the sketch and when the ESP try to connect to the Wi-Fi an error appear (copy below). I try to upload the same sketch on other ESP, it works correctly the first time and when upload a second time it does the same problem as the first ESP.
I link only a part of the program because it is very long, and the rest works correctly.
Settings in IDE
Module: ESP32-DEVKIT
Additional libraries:
Sketch
Debug Messages
@Bonv1Arnaud commented on GitHub (Aug 3, 2022):
The problem is solved...
I didn't know but I had two versions of the arduino IDE installed on my PC. And I used without realizing it an old version (1.8.15). Using the more recent version (1.8.19), it works