mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #501] AutoConnectWithFSParametersAndCustomIP - #418
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#418
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 @kgreene1983 on GitHub (Feb 4, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/501
Been stuck on this for a while, and I hope no one minds me posting here as a last resort.
I can't seem to get this sketch or the version without the custom IP to work.
Once the sketch uploads the board creates an access point, but everything fails to connect to it.
When I look at the serial monitor... it loops the following forever. (Not there some data from old project also appearing in there!) Can anybody help
3⸮⸮⸮080 offset: 01a0
ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
vf6d232f1
~ld
mounting FS...
mounted file system
reading config file
opened config file
{"universe":0,"offset":4,"pixels":8,"leds":3,"white":0,"brightness":255,"hsv":0,"mode":0,"reverse":0,"speed":8,"position":1}
parsed json
Exception (28):
epc1=0x40212552 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000
ctx: cont
sp: 3fff0d40 end: 3fff1080 offset: 01a0
@tablatronix commented on GitHub (Feb 4, 2018):
erase flash using esptool
@kgreene1983 commented on GitHub (Feb 4, 2018):
Thank you. It was driving me made.