Arduino library not compiling for esp8266 board

I submitted an issue on github over a month ago (Jan 6 2021) with no reponse. won't compile for esp8266 board · Issue #75 · blues/note-arduino · GitHub

The notecard arduino won’t compile for esp8266 with error

lib/BluesWireless_Ardu/src/Notecard.cpp:194:36: error: invalid conversion from 'void (*)(long unsigned int)' to 'delayMsFn' {aka 'void (*)(int)'} [-fpermissive]
  194 |     NoteSetFnDefault(malloc, free, delay, millis);

Hello @tavis

First, I would like to say thank you for bringing this to my attention. I have been working in other repositories and I’m afraid I missed your GitHub issue.

I’ll will begin looking into this, and I will hopefully have a fix out very soon.

As I progress, I will follow-up both here an on the GitHub issue you’ve created.

Cheers,
Zak

P.S. Are you currently blocked, or is this an annoyance that needs resolution?

Hi @tavis,

I just wanted to follow up. We have merged a change that we believe resolves your GitHub issue. Again, we apologize for letting that one slip through the cracks, and we appreciate your diligence in reporting the issue!

Best,
Zak

1 Like