[GH-ISSUE #977] Travis failing DEV #830

Open
opened 2026-02-28 01:27:14 +03:00 by kerem · 2 comments
Owner

Originally created by @tablatronix on GitHub (Dec 4, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/977

I added ota to DEV/ondemandconfigportal.ino

and not CI is failing with all kinds of weird travis crap.

BUt this might be the cause

/home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.6.0/cores/esp8266/debug.h:8:26: error: '::printf' has not been declared #define DEBUGV(fmt, ...) ::printf((PGM_P)PSTR(fmt), ## __VA_ARGS__)

Originally created by @tablatronix on GitHub (Dec 4, 2019). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/977 I added ota to DEV/ondemandconfigportal.ino and not CI is failing with all kinds of weird travis crap. BUt this might be the cause `/home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.6.0/cores/esp8266/debug.h:8:26: error: '::printf' has not been declared #define DEBUGV(fmt, ...) ::printf((PGM_P)PSTR(fmt), ## __VA_ARGS__) `
Author
Owner

@tablatronix commented on GitHub (Dec 4, 2019):

Why does it say 2.6.0 ?

<!-- gh-comment-id:561477130 --> @tablatronix commented on GitHub (Dec 4, 2019): Why does it say 2.6.0 ?
Author
Owner

@tablatronix commented on GitHub (Dec 4, 2019):

Passing now, I had to add #include <stdio.h> not sure why travis was not linking it

<!-- gh-comment-id:561661552 --> @tablatronix commented on GitHub (Dec 4, 2019): Passing now, I had to add `#include <stdio.h>` not sure why travis was not linking it
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#830
No description provided.