mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 18:08:00 +00:00
Allow for better target level Radiolib exclude plumbing (#4906)
* WIP * LR11x0 * Anothern * =1
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#if RADIOLIB_EXCLUDE_SX126X != 1
|
||||
|
||||
#include "SX126xInterface.h"
|
||||
|
||||
@@ -13,3 +14,4 @@ class SX1268Interface : public SX126xInterface<SX1268>
|
||||
SX1268Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
|
||||
RADIOLIB_PIN_TYPE busy);
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user