mirror of
https://github.com/pelgraine/Meck.git
synced 2026-07-05 01:01: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/HeltecV3Board.h>
|
|
#include <helpers/CustomSX1262Wrapper.h>
|
|
|
|
extern HeltecV3Board board;
|
|
extern RADIO_CLASS radio;
|
|
|
|
bool radio_init();
|