mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #803] [MERGED] wifimanager.cpp / wifimanager.h #1686
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#1686
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?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/803
Author: @sidey79
Created: 1/8/2019
Status: ✅ Merged
Merged: 2/14/2019
Merged by: @tablatronix
Base:
development← Head:define-hardware📝 Commits (1)
1282c4dwifimanager.cpp / wifimanager.h📊 Changes
2 files changed (+9 additions, -0 deletions)
View changed files
📝
WiFiManager.cpp(+4 -0)📝
WiFiManager.h(+5 -0)📄 Description
I figured out, that there is no check on the hardware plattform, which is currently selected.
There are serval plattforms, which does not compile, i suggest adding a if defined check to the preprocessor.
Why is this useful?
I've a multi plattform Project. I used two seprerate source code projects in the past, but now i want to merge them. When i try to compile my project with an AVR Board, it fails, because it trys to compile the wifi lib but doesn't find serval used libs.
-added define that checks on esp32 or esp8266. If another hardware is selectec, then do not try to compile this code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.