Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.6.0 gets warnings in Aduino compiler for missing CIO::M17_pin(bool on); #157

Open
CKnopDK opened this issue Apr 8, 2023 · 0 comments

Comments

@CKnopDK
Copy link

CKnopDK commented Apr 8, 2023

When compiling this packet, i get the warning undefined CIO::M17_pin(bool on); this because CIO::M17_pin(bool on); are missing in IOArduino.cpp and the definitions needed as well.

I did make a solution for my self, and made it build OK

All the parametres around the CIO::M17_pin(bool on); are the same as CIO::NXDN_pin(bool on) when i do look in the IOSTM.cpp so I did use the same parametres in the definitions for M17_pin and the PIN_M17_LED

when I look at the latest release 1.5.2 this M17 does not exist, so it must be a new thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant