add beginnings of mesh radio

This commit is contained in:
geeksville
2020-02-01 08:59:16 -08:00
parent cdb7153071
commit 2529189a08
6 changed files with 79 additions and 54 deletions

4
src/MeshRadio.h Normal file
View File

@@ -0,0 +1,4 @@
#pragma once
void mesh_init();
void mesh_loop();