Missing include in BLE header causes compilation to fail (#3865)

This commit is contained in:
GuyMinibrew
2020-09-30 14:00:22 +02:00
committed by GitHub
parent 475208e535
commit d011dd7ef5

View File

@ -12,6 +12,7 @@
#include <esp_gattc_api.h>
#include <map>
#include <vector>
#include "BLEAddress.h"
#include "BLEScan.h"