experimental areafix type thing

This commit is contained in:
Andrew Pamment
2018-05-24 14:05:00 +10:00
parent 99a7223a0a
commit 6fa4102e0c
5 changed files with 477 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ struct msg_t {
uint32_t timedate;
int oaddr;
int daddr;
int type;
char reply[36];
} __attribute__ ((packed));
@@ -286,7 +287,7 @@ int export_messages(int area) {
JAM_DelSubPacket(jsp);
msg.area = areas[area]->id;
msg.type = 0;
if (areas[area]->hub == mynode) {
for (n = 0; n < areas[area]->link_count; n++) {
if (imhub) {