### What radio module do you use? All modules ### What driver board(s) do you use? ESP32 - Heltec Wifi Kit32 ### If using Linux, what OS are you using? ```text ``` ### If using Linux, what RF24 driver did you select? None ### Describe your problem Attempting to build RF24Ethernet for ESP32, it looks like the new namespacing still requires us to qualify the constants with `nRF24L01::` > [!note] > Seems like regression from #1066 ### What is the RX code? ```cpp #include <RF24.h> #include <RF24Network.h> #include "RF24Mesh.h" #include <RF24Ethernet.h> ``` ### What is the TX code? ```cpp #include <RF24.h> #include <RF24Network.h> #include "RF24Mesh.h" #include <RF24Ethernet.h> ```
What radio module do you use?
All modules
What driver board(s) do you use?
ESP32 - Heltec Wifi Kit32
If using Linux, what OS are you using?
If using Linux, what RF24 driver did you select?
None
Describe your problem
Attempting to build RF24Ethernet for ESP32, it looks like the new namespacing still requires us to qualify the constants with
nRF24L01::Note
Seems like regression from #1066
What is the RX code?
What is the TX code?