mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 17:45:49 +03:00
[PR #50] [MERGED] Fixed incompatibilities with DHT Library from https://github.com/adaf… #1565
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#1565
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/50
Author: @SebiPanther
Created: 1/7/2016
Status: ✅ Merged
Merged: 1/8/2016
Merged by: @tzapu
Base:
master← Head:master📝 Commits (1)
5dfb2e9Fixed incompatibilities with DHT Library from https://github.com/adafruit/DHT-sensor-library📊 Changes
2 files changed (+43 additions, -43 deletions)
View changed files
📝
WiFiManager.cpp(+42 -42)📝
WiFiManager.h(+1 -1)📄 Description
Hello,
i try to use your library together with the DHT library from https://github.com/adafruit/DHT-sensor-library. Just to include booth library leads to the following error:
In file included from /home/~/Arduino/WifiManagerDhtTest/WifiManagerDhtTest.ino:1:0: /home/~/Arduino/libraries/DHT_sensor_library/DHT.h:27:28: error: expected unqualified-id before '{' token #define DEBUG_PRINT(...) {} ^ /home/~/Arduino/libraries/WiFiManager/WiFiManager.h:127:10: note: in expansion of macro 'DEBUG_PRINT' void DEBUG_PRINT(Generic text); ^ exit status 1 Error compiling.Maybe it is not your fault, but maybe you could make a easy fix. I've just replace "DEBUG_PRINT(" with "WIFIMGR_DEBUG_PRINT(" and it just worked.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.