mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #510] deep linking libraries? #428
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#428
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 @tablatronix on GitHub (Feb 7, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/510
So I usually use platformio, but I noticed that the arduino IDE does deep linking now.
Is it still necessary to include all dependencies in the sketch ?
wifimanager already includes them all, so do we still need these at all in examples and documentation ?
@fabianoriccardi commented on GitHub (Feb 7, 2018):
I had worked a lot on Arduino IDE in the last 2 months, I pretty sure that to can delete them from the example! However tomorrow i can try to compiled them without those #includes
@tablatronix commented on GitHub (Feb 8, 2018):
The esp32 branch has them removed already, if you want
@fabianoriccardi commented on GitHub (Feb 9, 2018):
Tested on Wemos D1 mini board, it works without any #include, but #include<WiFiManager.h>