emontx3 icon indicating copy to clipboard operation
emontx3 copied to clipboard

emonTx_3Phase_PLL.ino:116:12: fatal error: rfm69nTxLib.h: No such file or directory

Open janvda opened this issue 4 months ago • 0 comments

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

janvda avatar Oct 18 '25 23:10 janvda