mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #449] problems with wifi keys #381
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#381
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 @alejotenis on GitHub (Nov 3, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/449
thank you very much for the library.
I have a problem when I access the internet through the key of my cell phone, it works perfectly, but when I log in with the key of another cell phone, this error comes out.
ets Jan 8 2013, rst cause: 4, boot mode: (3,6)
wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v4010744c
~ ld
Can anybody help me. Sorry for my English.
@tablatronix commented on GitHub (Nov 3, 2017):
Is that the code? Have you tried simplifying it or testing the examples?
do you have a reset in your code, reset reason 4 is soft reset.
@alejotenis commented on GitHub (Dec 6, 2017):
Hi. Thank you for support me.
I have some problems when I try to connecting to the wifi of cell phone, it´s just some cell phone because with my cell phone connecting perfectly but with some asus or samsung celphone it´s not working. I need connect to ubidots and thats part of programn is the problem. this is my code. The part of error are this 4 lines
x[x1]; ssid.toCharArray(x,x1+1); y[y1];pass.toCharArray(y,y1+1);``i have to do that to use ubidots. do you know another form to connecting to ubidots with esp8266?
Thank you for your atention and sorry for my english.
code.txt
error.txt