mirror of
https://github.com/pelgraine/Meck.git
synced 2026-07-04 08:41:19 +02:00
bfb4b1c496
* mesh::RTCClock class moved to MeshCore.h
10 lines
165 B
C
10 lines
165 B
C
#pragma once
|
|
|
|
#include <helpers/HeltecV2Board.h>
|
|
#include <helpers/CustomSX1276Wrapper.h>
|
|
|
|
extern HeltecV2Board board;
|
|
extern RADIO_CLASS radio;
|
|
|
|
bool radio_init();
|