You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First things first: thank you for this project! I have been having some trouble getting the milight bridge to work consistently and I hope to overcome its limitations with openmili.
That said, I am having some trouble getting this code to compile in Arduino IDE. I am trying to flash it to an ESP8266 ESP-201 module, but keep hitting the same walls:
I get this error:
"printf.h:34:27: error: 'fdevopen' was not declared in this scope
fdevopen( &serial_putc, 0 );"
...and if I comment said line, I get this one:
several times "openmili.ino:23: undefined reference to `putchar'" and then "collect2.exe: error: ld returned 1 exit status. Error compiling."
What am I doing wrong?
PS: if I select an Arduino Pro Mini board, it compiles correctly.
Thanks!
André
The text was updated successfully, but these errors were encountered:
Hi,
First things first: thank you for this project! I have been having some trouble getting the milight bridge to work consistently and I hope to overcome its limitations with openmili.
That said, I am having some trouble getting this code to compile in Arduino IDE. I am trying to flash it to an ESP8266 ESP-201 module, but keep hitting the same walls:
I get this error:
"printf.h:34:27: error: 'fdevopen' was not declared in this scope
fdevopen( &serial_putc, 0 );"
...and if I comment said line, I get this one:
several times "openmili.ino:23: undefined reference to `putchar'" and then "collect2.exe: error: ld returned 1 exit status. Error compiling."
What am I doing wrong?
PS: if I select an Arduino Pro Mini board, it compiles correctly.
Thanks!
André
The text was updated successfully, but these errors were encountered: