xoseperez / espurna

Home automation firmware for ESP8266-based devices
http://tinkerman.cat
GNU General Public License v3.0
3k stars 638 forks source link

ITEAD_SONOFF_RFBRIDGE compilation problem (rfbridge.cpp) #2234

Closed reaper7 closed 4 years ago

reaper7 commented 4 years ago

I try to compile espurna with last update https://github.com/xoseperez/espurna/pull/2228 for ITEAD SONOFF RFBRIDGE (only #define ITEAD_SONOFF_RFBRIDGE uncommented) and I get this error message:

sketch\rfbridge.cpp: In function 'void _rfbSend(uint8_t*)':

rfbridge.cpp:286:24: error: '_rfbSendRaw' was not declared in this scope

     _rfbSendRaw(message);

Win10, Arduino IDE 1.8.12, esp8266 latest git, board Generic 8285

mcspr commented 4 years ago

Can you check out 1d79855b7daaee6ac94905a256c37d1a547a1bbe?

reaper7 commented 4 years ago

it's working now 👍