juribeparada / MMDVM_HS

MMDVM HotSpot: firmware for ZUMspot or MMDVM_HS based boards (D-Star, DMR, YSF, P25, NXDN and POCSAG)
GNU General Public License v2.0
345 stars 141 forks source link

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

Open CKnopDK opened 1 year ago

CKnopDK commented 1 year ago

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