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