mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
7 lines
161 B
C
7 lines
161 B
C
#pragma once
|
|
|
|
#if defined(T_ETH_ELITE_SX1262)
|
|
#include "TEthEliteBoard_SX1262.h"
|
|
#elif defined(T_ETH_ELITE_SX1276)
|
|
#include "TEthEliteBoard_SX1276.h"
|
|
#endif
|