jakkik / DieselHeaterRF

Simple library for Arduino (ESP32) to control a Chinese diesel heater through 433 MHz RF
84 stars 17 forks source link

Can't compile on ESP32 WROOM-32 #6

Closed mleenheer closed 1 year ago

mleenheer commented 1 year ago

Hi Jakkik, Nice project! I do have an issue compiling in the Arduino IDE. I get the following errors:

undefined reference to DieselHeaterRF::begin() undefined reference toDieselHeaterRF::findAddress(unsigned short)' undefined reference to DieselHeaterRF::setAddress(unsigned int)' undefined reference toDieselHeaterRF::sendCommand(unsigned char)' undefined reference to `DieselHeaterRF::getState(heater_state_t*)'

Do you have any idea how I can fix this?

mleenheer commented 1 year ago

Nevermind. Forgot to put the DieselHeaterRF.cpp in the right directory, only copied the DieselHeaterRF.h file...