mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
9 lines
157 B
C
9 lines
157 B
C
#pragma once
|
|
|
|
#include <helpers/ESP32Board.h>
|
|
#include <helpers/esp32/ESPNOWRadio.h>
|
|
|
|
extern ESP32Board board;
|
|
extern ESPNOWRadio radio;
|
|
|
|
bool radio_init();
|