MeshCore/variants/heltec_v2/target.h

10 lines
165 B
C
Raw Normal View History

#pragma once
#include <helpers/HeltecV2Board.h>
#include <helpers/CustomSX1276Wrapper.h>
extern HeltecV2Board board;
extern RADIO_CLASS radio;
bool radio_init();