mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #650] Compilation of example AutoConnect fail for NodeMCU 1.0 #541
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#541
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 @naveenneog on GitHub (Jul 10, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/650
I used the latest Arduino/ESP8266 core and trying to build the examples for the NodeMCU 1.0.
I am using Arduino 1.8.5 IDE. The compilation is failing with below errors. I used the Development branch also to see any new fixes , but same issue repeats.
@d-a-v commented on GitHub (Jul 10, 2018):
Until this is fixed, you can enable WPS in the core:
@liebman commented on GitHub (Jul 10, 2018):
This was fixed in the development branch with this PR https://github.com/tzapu/WiFiManager/pull/645 3 days ago.
@tablatronix commented on GitHub (Jul 10, 2018):
I have to commit this to hotfixes
@naveenneog commented on GitHub (Jul 11, 2018):
@liebman I tried the development branch too It doesn't fixed the issue. but @d-a-v fix helped me to continue . Thank you
@liebman commented on GitHub (Jul 11, 2018):
@naveenneog what were the error messages when you used the development branch? I want to make sure I did not miss something in the fix for WiFiManager. My current assumption is that something in your sketch or in another library was referencing the WPS functionality, in which case, @d-a-v's sugestion would be correct.
@naveenneog commented on GitHub (Jul 15, 2018):
You would see the same error message I posted in my original issue. @d-a-v suggestion kept me going so closing this issue
@akshaykankal commented on GitHub (Oct 10, 2018):
I solved it by just downgrading the arduino json library version. It worked.
@Craig1516 commented on GitHub (Apr 6, 2019):
@d-a-v . Could you please elaborate where your fix is applied? I put this in the File/Preferences/Additional Boards Manager box and got a series of other errors. I must be doing this wrong.
@d-a-v commented on GitHub (Apr 6, 2019):
@Craig1516 I think you should update your versions.
I think this bug is only happening with esp8266-arduino-core version 2.4.1 (we have 2.4.2 and 2.5.0 now).
@Craig1516 commented on GitHub (Apr 7, 2019):
@d-a-v Thanks! I upgraded my Arduino IDE from 1.8.1 to 1.8.9 and that fixed this problem. But now my SPIFFS Sketch Data Upload menu selection is gone and I'm researching how to recover. Two steps forward, and one back.
@d-a-v commented on GitHub (Apr 7, 2019):
Just take it from your 1.8.1
Toolssub directory (ESP8266FS).@Craig1516 commented on GitHub (Apr 8, 2019):
@d-a-v Thanks again. If I were a smart fellow, I would have saved that information - but for the upgrade. Fortunately, I found the *.jar file from you and another fellow and I copied that into the tool(s) directory(ies). The forks in the road have come together. My other inquiry/answers are @https://github.com/esp8266/Arduino/issues/5936#issuecomment-480563084 for those reading. Hope this helps others. In that blog I ask, maybe Sketch Data Upload is obsolete? My file was able to create the SPIFFS file that I wanted - unexpectedly!