add beginnings of StreamAPI

This commit is contained in:
geeksville
2020-04-27 08:10:17 -07:00
parent dec4870649
commit 178e800969
4 changed files with 57 additions and 3 deletions

View File

@@ -5,6 +5,9 @@
#include "mesh.pb.h"
#include <string>
// Make sure that we never let our packets grow too large for one BLE packet
#define MAX_TO_FROM_RADIO_SIZE 512
/**
* Provides our protobuf based API which phone/PC clients can use to talk to our device
* over UDP, bluetooth or serial.