EnigmaIOT  0.9.8
Secure sensor and gateway platform based on ESP8266 and ESP32
Variables
espnow_hal.cpp File Reference

ESP-NOW communication system abstraction layer. To be used on ESP8266 or ESP32 platforms. More...

#include "espnow_hal.h"

Go to the source code of this file.

Variables

Espnow_halClass Espnow_hal
 Singleton instance of ESP-NOW class. More...
 
peerType_t _peerType
 

Detailed Description

ESP-NOW communication system abstraction layer. To be used on ESP8266 or ESP32 platforms.

Version
0.9.8
Date
15/07/2021
Author
German Martin

Definition in file espnow_hal.cpp.

Variable Documentation

◆ _peerType

peerType_t _peerType

Definition at line 22 of file espnow_hal.cpp.

◆ Espnow_hal

Espnow_halClass Espnow_hal

Singleton instance of ESP-NOW class.

Definition at line 20 of file espnow_hal.cpp.