C:\Users\Owner\Documents\1 Cypress\1 Dana Projects\1 - Total Fire Alarm Master Project\FireAlarmMasterProject\FireAlarmMasterProject.ino:979:21: warning: extra tokens at end of #ifdef directive
979 | #ifdef JIMSHOPALARM || JIMHOMEALARM || JIMCABINALARM
#ifdef JIMSHOPALARM || JIMHOMEALARM || JIMCABINALARM
SMSphonenum1 = "0016034383337";
SMSphonenum2 = "0016036821559";
IFTTTKey = "dM5SwLX8sPQFm204nC9cEr";
#endif
I also tried parameters as () like "#ifdef defined(JIMSHOPALARM) || ....."
and that did not fly either.
ESP8266, IDE 2.3.6
Regards, Dana