MeshCore/variants/heltec_v3/target.h

10 lines
165 B
C
Raw Normal View History

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