moved serial feedback to DEBUG

This commit is contained in:
willem oldemans
2020-10-02 11:07:54 +02:00
parent 8294950b63
commit 0cd35f3fde
2 changed files with 37 additions and 20 deletions

View File

@@ -156,6 +156,8 @@ class radio_c
unsigned long lastRecvTime;
bool open = false;
public:
radio_c(int address, int CE, int CSN) :RadioDriver(CE, CSN), RadioManager(RadioDriver, address) {};
void begin( void );