mirror of https://github.com/meshcore-dev/MeshCore
7 changed files with 41 additions and 10 deletions
@ -0,0 +1,10 @@ |
|||||
|
#pragma once |
||||
|
|
||||
|
#include <helpers/esp32/TBeamBoard.h> |
||||
|
|
||||
|
class LilygoTBeamSX1276Board : public TBeamBoard { |
||||
|
public: |
||||
|
uint32_t getIRQGpio() override { |
||||
|
return P_LORA_DIO_0; // default for SX1276
|
||||
|
} |
||||
|
}; |
||||
Loading…
Reference in new issue