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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: