I am trying to add another air conditioner to the IRRemoteESP library on my computer and I keep getting the error "Undefined Reference: 'IRSend::sendFriedrich(unsigned short)' "
The compiler doesn't seem to be working right in that the above is defined in its own include file "ir_FriedrichAC.h" which defines the class. Its actually just a copy of the GoodWeather.cpp and .h files that I modified for Friedrich. It USED to compile just fine, then all of a sudden it started throwing this error.
Is there a way I can get the compiler to move on and compile it anyway? I have been trying to fix this for several days now.
Below are the attached files...
ir_FriedrichAC.cpp (12.5 KB)
ir_FriedrichAC.h (2.72 KB)