mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 17:15:53 +03:00
[GH-ISSUE #521] fix CI travis , add esp32 #438
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#438
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 @tablatronix on GitHub (Feb 15, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/521
Can someone fix travis in developement branch ?
@tzapu commented on GitHub (Feb 15, 2018):
what's the minimum arduino ide and esp8266 sdk this compiles for now?
cheers
@tablatronix commented on GitHub (Feb 15, 2018):
I have no idea
I would say when they added C++11
And esp8266 should still be the same, although its bugged as shit before 2.4.0
@tzapu commented on GitHub (Feb 15, 2018):
just tried with latest stable and arduino 1.8.5 but it fails miserably with this error
which i have no idea how to fix
@tablatronix commented on GitHub (Feb 15, 2018):
yeah that makes no sense, ill poke around
@tablatronix commented on GitHub (Feb 15, 2018):
It looks like the compile string is maybe not replacing vars properly
-DF_CPU={build.f_cpu} <-- is it literally defining F_CPU as
{build.f_cpu}?from platform..txt recipe
@tablatronix commented on GitHub (Feb 15, 2018):
Can you debug the entire command, see if all boards.txt build.conf are missing ?
I don't know anything about travis
@tzapu commented on GitHub (Feb 16, 2018):
something wrong with travis now, won t give out any logs :))
@tablatronix commented on GitHub (Mar 9, 2018):
whats the status on this ?
Did esp32 ever get added also?
@tablatronix commented on GitHub (Mar 21, 2018):
fixed spiffs esp32 examples
7279333a17@tablatronix commented on GitHub (Feb 24, 2019):
why the f** is travis failing, what does it mean
this makes no sense, it complains about cpu freq memory, debug level, wtf, how are they invalid options ?
@liebman commented on GitHub (Feb 24, 2019):
Looks like that was renamed to 'eesz' in boards.txt in current git version. EDIT: wait esp32. NM - ACTUALY yea esp8266 - it was renamed.
@tablatronix commented on GitHub (Feb 25, 2019):
@tablatronix commented on GitHub (Feb 25, 2019):
shrug no idea what the deal is
@tablatronix commented on GitHub (May 7, 2019):
https://github.com/esp8266/Arduino/issues/5572
ughh
github.com/esp8266/Arduino@cc0bfa04d4@tablatronix commented on GitHub (Sep 17, 2021):
travis is deprecated