-
Notifications
You must be signed in to change notification settings - Fork 1k
New namespacing issues #1068
Copy link
Copy link
Closed
Description
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?
#include <RF24.h>
#include <RF24Network.h>
#include "RF24Mesh.h"
#include <RF24Ethernet.h>What is the TX code?
#include <RF24.h>
#include <RF24Network.h>
#include "RF24Mesh.h"
#include <RF24Ethernet.h>Reactions are currently unavailable