new ble charatristics work

This commit is contained in:
geeksville
2020-02-03 11:53:38 -08:00
parent 8f7f4d894f
commit 97598c9178
5 changed files with 51 additions and 10 deletions

View File

@@ -7,8 +7,9 @@
#include "mesh-pb-constants.h"
#include "NodeDB.h"
MyNodeInfo myNodeInfo;
MyNodeInfo myNodeInfo = MyNodeInfo_init_zero;
NodeDB nodeDB;
User owner = User_init_zero;
/**
* get our starting (provisional) nodenum from flash. But check first if anyone else is using it, by trying to send a message to it (arping)