nimble add debug output

This commit is contained in:
geeksville
2020-07-24 10:12:25 -07:00
parent b0e2c81666
commit a5b7501a4e
7 changed files with 113 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ class NodeDB
NodeInfo *nodes;
pb_size_t *numNodes;
int readPointer = 0;
uint32_t readPointer = 0;
public:
bool updateGUI = false; // we think the gui should definitely be redrawn, screen will clear this once handled