ESP-NOW service (#259)
Implemented Chat app with ESP-NOW service. The Chat app was originally created by @maxbrito500 and adapted by me.
This commit is contained in:
committed by
GitHub
parent
358954f8be
commit
49a46f6236
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Tactility/service/espnow/EspNow.h"
|
||||
|
||||
namespace tt::service::espnow {
|
||||
|
||||
bool initWifi(const EspNowConfig& config);
|
||||
|
||||
bool deinitWifi();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user