portduino cannot use this chip yet as it uses an old modified version of radiolib

This commit is contained in:
Thomas Göttgens
2022-10-17 10:31:29 +02:00
parent 38fed8a61e
commit 5f4b93aba2
5 changed files with 20 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#if !defined(ARCH_PORTDUINO)
#include "RadioLibInterface.h"
/**
@@ -69,3 +71,5 @@ class SX128xInterface : public RadioLibInterface
private:
};
#endif