Skip to content

New namespacing issues #1068

@TMRh20

Description

@TMRh20

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions