emontx3
emontx3 copied to clipboard
emonTx_3Phase_PLL.ino:116:12: fatal error: rfm69nTxLib.h: No such file or directory
I have set:
#define RadioFormat RFM69_JEELIB_NATIVE
in emonTx_3Phase_PLL.ino
If I then compile it using Arduino IDE on my macbook then I am getting following compile error:
/Users/jan/Documents/01_github/my-emontx3/firmware/emonTx34/emonTx_3Phase_PLL/emonTx_3Phase_PLL.ino:116:12: fatal error: rfm69nTxLib.h: No such file or directory
#include <rfm69nTxLib.h> // RFM69 transmit-only library using "JeeLib RFM69 Native" message format
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: rfm69nTxLib.h: No such file or directory