mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
7 lines
102 B
C
7 lines
102 B
C
#pragma once
|
|
|
|
#include "Global.h"
|
|
|
|
void wsSendSetup();
|
|
void wsPublishData(String topic, String data);
|