mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #685] core 2.4.2 build error #572
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#572
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 @marcobrianza on GitHub (Aug 4, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/685
Hardware
WiFimanager Branch/Release: Development
Esp8266:
Hardware: Wemos D1 Pro
Core Version: 2.4.2
Description
after upgrading the esp8266 core from 2.4.1 to 2.4.2 build fails.
Settings in IDE
Module: Wemos D1 Pro
Debug Messages
/var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function
WiFiManager::waitForConnectResult()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference toWPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool'/var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function
WiFiManager::startWPS()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference toWPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool'collect2: error: ld returned 1 exit status
@liebman commented on GitHub (Aug 4, 2018):
Is that with a recent checkout if the development branch? This should be fixed with https://github.com/tzapu/WiFiManager/pull/645 - merged about a month ago.
@marcobrianza commented on GitHub (Aug 4, 2018):
thank you @liebman I can confirm that the development branch builds without errors.
The release available from library manger had issues so I switched to the github version but initially I used the master. I think it is the time to make a new official release :-)
@tablatronix commented on GitHub (Aug 4, 2018):
Hotfixes contains critical fixes to master
@marcobrianza commented on GitHub (Aug 4, 2018):
ok switched to the hotfixes branch and works ok
@marcobrianza commented on GitHub (Aug 4, 2018):
Is there a plan to make a new release so it is available with Arduino library manager?
@tablatronix commented on GitHub (Aug 4, 2018):
Maybe, development is almost done , just needs some more testers
@tablatronix commented on GitHub (Aug 4, 2018):
Does library manager and platformio support beta or alpha versions?
@marcobrianza commented on GitHub (Aug 5, 2018):
I can do some testing after mid August if needed.
for beta versions have a look at ArduinoJson
https://github.com/bblanchon/ArduinoJson/releases