add first cut of mesh naive flooding

This commit is contained in:
geeksville
2020-04-17 11:52:20 -07:00
parent 6afeb3e456
commit ea24394110
8 changed files with 117 additions and 18 deletions

View File

@@ -7,6 +7,7 @@
#include <Arduino.h>
typedef uint8_t NodeNum;
typedef uint8_t PacketId; // A packet sequence number
#define NODENUM_BROADCAST 255
#define ERRNO_OK 0