mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
10 lines
157 B
C
10 lines
157 B
C
#pragma once
|
|
|
|
#include <helpers/ESP32Board.h>
|
|
#include <helpers/esp32/ESPNOWRadio.h>
|
|
|
|
extern ESP32Board board;
|
|
extern ESPNOWRadio radio;
|
|
|
|
bool radio_init();
|