* basic CAD before TX, for sx126x wrappers

This commit is contained in:
Scott Powell
2025-01-21 13:37:32 +11:00
parent e838f405a7
commit de27dfacb6
5 changed files with 24 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ protected:
mesh::MainBoard* _board;
uint32_t n_recv, n_sent;
void idle();
public:
RadioLibWrapper(PhysicalLayer& radio, mesh::MainBoard& board) : _radio(&radio), _board(&board) { n_recv = n_sent = 0; }