mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-28 01:25:49 +03:00
[GH-ISSUE #1288] ESP32 compile fail with newest 2.0 ESP tool chain. (Fixed using branch esp32s2) #1103
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#1103
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 @chlor3 on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1288
As I was under the impression esp32s2 was behind master I ended up fixing this myself only to discover the fix already in commit
a9507c9. I recommend merging commita9507c9into Master as it fixes compile fail with newest 2.0.0 tool-chain build for ESP32.Basic Infos
Hardware
WiFimanager Branch/Release: Master
Esp8266/Esp32: Esp32
Hardware: DOIT ESP32 DEVKIT V1
Core Version: Release v2.0.3
@touchgadget commented on GitHub (Sep 6, 2021):
I think one more change is needed. I am using master + cherry-pick
a9507c9+ the following change. I can compile the Basic example for ESP32, ESP32-C3, and ESP32-S2. Espressif Arduino ESP32 board package 2.0.0.Tested using Arduino IDE 1.8.16
ESP32-C3 DevKitM-1 v1.0, Basic example
ESP32-S2-Saola-1_v1.2, Basic example
@tablatronix commented on GitHub (Sep 7, 2021):
Yeah they changed the events its a pita i have been trying to figure out how to make it backwards compatible
@tablatronix commented on GitHub (Sep 8, 2021):
I am working on this, I merged master into branch for the moment, I need to get my pio working again for new idf afaik there is no arduino 2.0 support yet and my soala wont build for some reason
@tablatronix commented on GitHub (Sep 9, 2021):
@chlor3
@touchgadget
Can you try the s2 branch for both ESPlibs and S2/C3 etc
This should work seamlessly for 1.x and 2.x and IDF
Master has been merged into esp32s2 also
@touchgadget commented on GitHub (Sep 9, 2021):
@tablatronix
Summary: esp32s2 branch works fine using arduino-esp32 board packages 1.0.6 and 2.0.0.
Tested using Arduino IDE 1.8.16 and arduino-esp32 board package 2.0.0. By the way, the 2.0.0 package is now on the default/stable release. I am using this one although I assume it is the same as the 2.0.0 package on the dev release.
Test steps using the Basic example
Tests repeated using board package 1.0.6.
@tablatronix commented on GitHub (Sep 10, 2021):
It is not available for pio yet