fixed update of all neighbours after update

This commit is contained in:
2021-01-20 13:43:41 +01:00
parent f74985da4c
commit 05dfe8528b
3 changed files with 124 additions and 96 deletions

View File

@ -8,6 +8,7 @@
#include "esp_log.h"
#include "esp_mesh.h"
#include "esp_mesh_internal.h"
#include <stdlib.h>
#ifndef CONFIG_MESH_MESSAGE_SIZE
#define CONFIG_MESH_MESSAGE_SIZE 1500