mirror of
https://github.com/esp8266/Arduino.git
synced 2025-09-09 18:40:33 +03:00
- Split most of the EspnowMeshBackend code into utility files and the new ConditionalPrinter, EspnowDatabase, EspnowConnectionManager, EspnowTransmitter and EspnowEncryptionBroker classes.
- Improve mutex handling. - Move verifyEncryptionRequestHmac function from JsonTranslator to EspnowEncryptionBroker. - Remove UtilityMethods.cpp.
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
#ifndef __ESPNOWREQUESTDATA_H__
|
||||
#define __ESPNOWREQUESTDATA_H__
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "TimeTracker.h"
|
||||
#include "EspnowMeshBackend.h"
|
||||
|
||||
class EspnowMeshBackend;
|
||||
|
||||
|
Reference in New Issue
Block a user