diff --git a/CONFIG+INSTALL b/CONFIG+INSTALL index 1dbd389..93a8235 100644 --- a/CONFIG+INSTALL +++ b/CONFIG+INSTALL @@ -138,7 +138,8 @@ you to look at: . qn.mmdvm.cfg is the starting place for configuring an MMDVMHost repeater. Be sure the module assignment agrees with the module configured in your MMDVM.cfg file. . qn.itap.cfg is a simple configuration file for Icom's Terminal and Access Point - Mode. Please read ITAP.README for more information. + Mode. Please note that if you intend on configuring your Icom radio to run in + Access Point mode, be sure to enable AP mode in your configuration file. Once you have your qn.cfg file, your ready to compile and install your system, type: diff --git a/QnetITAP.h b/QnetITAP.h index 6133dc7..714f352 100644 --- a/QnetITAP.h +++ b/QnetITAP.h @@ -127,8 +127,7 @@ private: // config data char RPTR_MOD; std::string ITAP_DEVICE, RPTR; - bool LOG_QSO, LOG_DEBUG; - bool AP_MODE; + bool LOG_QSO, LOG_DEBUG, AP_MODE; // parameters int serfd; diff --git a/qn.itap.cfg b/qn.itap.cfg index 04c464f..7c84f11 100644 --- a/qn.itap.cfg +++ b/qn.itap.cfg @@ -3,5 +3,6 @@ ircddb_login='Q1ABC' module_c='itap' +#module_c_ap_mode=true # uncomment if you are operating your ICOM radio in Access Point Mode #dplus_authorize=true # uncomment if you want to use the closed-source DPlus reflectors and/or repeaters