mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #195] Static IP address issue #159
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#159
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 @inszlolo on GitHub (Jul 17, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/195
Hi there. I have been working with ESP8266 for almost one and a half year, Im still a learner, but I have to tell this library is a big step for my projects, what I would like to thank you on this way. However I would need help as I`m struggling to connect to a server and read/parse an API if I set static IP. I had done it before, without wifimanager, worked well, but now it doesn't.
I can set the static IP and connect to my network using block2 in my sketch, but this way fails to connect to a server using GET method. If I use block1 it does not compile, giving an error message.
As far it does the job without setting the static IP. Connects flawless to my wifi network but I would need to set IP. If somebody could give me any advice would be appreciated. Thanks .
@inszlolo commented on GitHub (Jul 17, 2016):
In addition, Im using ARDUINO 1.6.9 with ESP8266 2.2.0 core installed.