Using nRF24L0+ with nodemcu.

Hi all,
I want to connect a Nodemcu Lolin V3 to a nRF24L01+. I'm using the library RF24-master.
I tested the circuit with 2 Arduino Nanos and all was Ok (1 button on a Nano and 1 led on second Nano lighting when button is pressed).
But when I try to make same circuit changing Nano's to Nodemcu nothing works.

Is the RF24-master lib compatible with ESP8266??

Never tried that, but it is compatible with ESP32.

Presumably if the NodeMCU can do SPI it can communicate with an nRF24.

But it seems a strange combination and I wonder if having a WiFi transceiver and an nRF24 transceiver in close proximity (both working in the 2.4GHz band) would cause problems.

...R

I think I'll dont need the wifi, and it will be off. But my problem is when compiling. Arduino IDE says this:

In file included from C:\Users\Pepe\Documents\Arduino\libraries\RF24-master/RF24.h:18:0,

from E:\Arduino\nRF24L01__ESP8266_Emisor_con_leds\nRF24L01__ESP8266_Emisor_con_leds.ino:21:

C:\Users\Pepe\Documents\Arduino\libraries\RF24-master/RF24_config.h:51:26: fatal error: avr/pgmspace.h: No such file or directory

#include <avr/pgmspace.h>

^

compilation terminated.

exit status 1
Error compilando para la tarjeta NodeMCU 0.9 (ESP-12 Module).