WIP - add new baseclass for all api endpoints (serial, bluetooth, udp)

https://github.com/meshtastic/Meshtastic-esp32/issues/69
This commit is contained in:
geeksville
2020-04-20 18:03:13 -07:00
parent 2419ebb04e
commit 9232dfcccf
5 changed files with 184 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ PB_BIND(MyNodeInfo, MyNodeInfo, AUTO)
PB_BIND(DeviceState, DeviceState, 4)
PB_BIND(DebugString, DebugString, 2)
PB_BIND(FromRadio, FromRadio, 2)